Color Hex Logo

#575b79 Color Hex

#575B79
(87,91,121)
0 Favorites   0 Comments

Color spaces of #575b79

RGB 8791121
HSL0.650.160.41
HSV233°28°47°
CMYK 0.280.250.00   0.53
XYZ11.122810.888919.6047
Yxy10.88890.26730.2616
Hunter Lab32.99832.4202-12.1261
CIE-Lab39.39275.8038-17.4307

#575b79 color RGB value is (87,91,121).

#575b79 hex color red value is 87, green value is 91 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #575b79 hue: 0.65 , saturation: 0.16 and the lightness value of 575b79 is 0.41.

The process color (four color CMYK) of #575b79 color hex is 0.28, 0.25, 0.00, 0.53. Web safe color of #575b79 is #666666. Color #575b79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 01111001
Octal 127 133 171
Decimal 87 91 121
Hex 57 5B 79

RGB Percentages of Color #575b79

%29.10
%30.43
%40.47

CMYK Percentages of Color #575b79

%28
%25
%0
%53

Triadic Colors of #575b79

#575b79 #79575b #5b7957

Analogous Colors of #575b79

#575b79 #645779 #576c79

Monochromatic Colors of #575b79

#575b79

Complementary Color

#575b79 #797557

#575b79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575b79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575b79 Color CSS Codes

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

#575b79 Text Font Color

<p style="color:#575b79">Text here</p>

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


#575b79 Background Color

<div style="background-color:#575b79">
Div content here</div>

This div background color is #575b79


#575b79 Border Color

<div style="border:3px solid #575b79">
Div here</div>

This div border color is #575b79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,91,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575b79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575b79;
  -webkit-box-shadow: 1px 1px 3px 2px #575b79;
  box-shadow:         1px 1px 3px 2px #575b79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575b79


Comments

No comments written yet.

Please login to write comment.