Color Hex Logo

#576685 Color Hex

#576685
(87,102,133)
0 Favorites   0 Comments

Color spaces of #576685

RGB 87102133
HSL0.610.210.43
HSV220°35°52°
CMYK 0.350.230.00   0.48
XYZ12.915513.222424.0618
Yxy13.22240.25730.2634
Hunter Lab36.3626-0.2338-13.7794
CIE-Lab43.09652.3298-19.0262

#576685 color RGB value is (87,102,133).

#576685 hex color red value is 87, green value is 102 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #576685 hue: 0.61 , saturation: 0.21 and the lightness value of 576685 is 0.43.

The process color (four color CMYK) of #576685 color hex is 0.35, 0.23, 0.00, 0.48. Web safe color of #576685 is #666699. Color #576685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100110 10000101
Octal 127 146 205
Decimal 87 102 133
Hex 57 66 85

RGB Percentages of Color #576685

%27.02
%31.68
%41.30

CMYK Percentages of Color #576685

%35
%23
%0
%48

Triadic Colors of #576685

#576685 #855766 #668557

Analogous Colors of #576685

#576685 #5f5785 #577d85

Monochromatic Colors of #576685

#576685

Complementary Color

#576685 #857657

#576685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576685 Color CSS Codes

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

#576685 Text Font Color

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

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


#576685 Background Color

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

This div background color is #576685


#576685 Border Color

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

This div border color is #576685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,102,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #576685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #576685;
  -webkit-box-shadow: 1px 1px 3px 2px #576685;
  box-shadow:         1px 1px 3px 2px #576685; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576685


Comments

No comments written yet.

Please login to write comment.