color codes Logo

#5bb7db color codes

#5BB7DB
(91,183,219)
0 Favorites   0 Comments

Color spaces of #5bb7db

RGB 91183219
HSL0.550.640.61
HSV197°58°86°
CMYK 0.580.160.00   0.14
XYZ34.034141.205673.1775
Yxy41.20560.22930.2776
Hunter Lab64.1916-17.6954-22.6556
CIE-Lab70.3197-17.0131-26.3601

#5bb7db color RGB value is (91,183,219).

#5bb7db hex color red value is 91, green value is 183 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5bb7db hue: 0.55 , saturation: 0.64 and the lightness value of 5bb7db is 0.61.

The process color (four color CMYK) of #5bb7db color code is 0.58, 0.16, 0.00, 0.14. Web safe color of #5bb7db is #66cccc. Color #5bb7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110111 11011011
Octal 133 267 333
Decimal 91 183 219
Hex 5B B7 DB

RGB Percentages of Color #5bb7db

%18.46
%37.12
%44.42

CMYK Percentages of Color #5bb7db

%58
%16
%0
%14

Triadic Colors of #5bb7db

#5bb7db #db5bb7 #b7db5b

Analogous Colors of #5bb7db

#5bb7db #5b77db #5bdbbf

Monochromatic Colors of #5bb7db

#5bb7db

Complementary Color

#5bb7db #db7f5b

#5bb7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb7db Color CSS Codes

.mybgcolor {background-color:#5bb7db; } 
.myforecolor {color:#5bb7db; }
.mybordercolor {border:3px solid #5bb7db; }

#5bb7db Text Font Color

<p style="color:#5bb7db">Text here</p>

This sample text font color is #5bb7db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5bb7db Background Color

<div style="background-color:#5bb7db">
Div content here</div>

This div background color is #5bb7db


#5bb7db Border Color

<div style="border:3px solid #5bb7db">
Div here</div>

This div border color is #5bb7db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,183,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bb7db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #5bb7db;
  box-shadow:         1px 1px 3px 2px #5bb7db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,183,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5bb7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5bb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #5bb7db;
  box-shadow:         1px 1px 3px 2px #5bb7db;">
Div content here</div>

This div box has shadow with color #5bb7db

#5bb7db Color Palettes


Comments

No comments written yet.

Please login to write comment.