Color Hex Logo

#5b738e Color Hex

#5B738E
(91,115,142)
0 Favorites   0 Comments

Color spaces of #5b738e

RGB 91115142
HSL0.590.220.46
HSV212°36°56°
CMYK 0.360.190.00   0.44
XYZ15.327616.438627.9563
Yxy16.43860.25660.2752
Hunter Lab40.5445-3.4722-12.5005
CIE-Lab47.5447-1.7454-17.5570

#5b738e color RGB value is (91,115,142).

#5b738e hex color red value is 91, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5b738e hue: 0.59 , saturation: 0.22 and the lightness value of 5b738e is 0.46.

The process color (four color CMYK) of #5b738e color hex is 0.36, 0.19, 0.00, 0.44. Web safe color of #5b738e is #666699. Color #5b738e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110011 10001110
Octal 133 163 216
Decimal 91 115 142
Hex 5B 73 8E

RGB Percentages of Color #5b738e

%26.15
%33.05
%40.80

CMYK Percentages of Color #5b738e

%36
%19
%0
%44

Triadic Colors of #5b738e

#5b738e #8e5b73 #738e5b

Analogous Colors of #5b738e

#5b738e #5d5b8e #5b8d8e

Monochromatic Colors of #5b738e

#5b738e

Complementary Color

#5b738e #8e765b

#5b738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b738e Color CSS Codes

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

#5b738e Text Font Color

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

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


#5b738e Background Color

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

This div background color is #5b738e


#5b738e Border Color

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

This div border color is #5b738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b738e


Comments

No comments written yet.

Please login to write comment.