Color Hex Logo

#5b788a Color Hex

#5B788A
(91,120,138)
0 Favorites   0 Comments

Color spaces of #5b788a

RGB 91120138
HSL0.560.210.45
HSV203°34°54°
CMYK 0.340.130.00   0.46
XYZ15.618317.492126.5979
Yxy17.49210.26160.2930
Hunter Lab41.8236-6.5334-8.4293
CIE-Lab48.8742-5.7660-13.1717

#5b788a color RGB value is (91,120,138).

#5b788a hex color red value is 91, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5b788a hue: 0.56 , saturation: 0.21 and the lightness value of 5b788a is 0.45.

The process color (four color CMYK) of #5b788a color hex is 0.34, 0.13, 0.00, 0.46. Web safe color of #5b788a is #666699. Color #5b788a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111000 10001010
Octal 133 170 212
Decimal 91 120 138
Hex 5B 78 8A

RGB Percentages of Color #5b788a

%26.07
%34.38
%39.54

CMYK Percentages of Color #5b788a

%34
%13
%0
%46

Triadic Colors of #5b788a

#5b788a #8a5b78 #788a5b

Analogous Colors of #5b788a

#5b788a #5b618a #5b8a85

Monochromatic Colors of #5b788a

#5b788a

Complementary Color

#5b788a #8a6d5b

#5b788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b788a Color CSS Codes

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

#5b788a Text Font Color

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

This sample text font color is #5b788a
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.


#5b788a Background Color

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

This div background color is #5b788a


#5b788a Border Color

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

This div border color is #5b788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b788a


Comments

No comments written yet.

Please login to write comment.