Color Hex Logo

#576680 Color Hex

#576680
(87,102,128)
0 Favorites   0 Comments

Color spaces of #576680

RGB 87102128
HSL0.610.190.42
HSV218°32°50°
CMYK 0.320.200.00   0.50
XYZ12.578113.087522.2853
Yxy13.08750.26230.2729
Hunter Lab36.1766-1.2473-11.1998
CIE-Lab42.89480.9409-16.3217

#576680 color RGB value is (87,102,128).

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

The process color (four color CMYK) of #576680 color hex is 0.32, 0.20, 0.00, 0.50. Web safe color of #576680 is #666699. Color #576680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100110 10000000
Octal 127 146 200
Decimal 87 102 128
Hex 57 66 80

RGB Percentages of Color #576680

%27.44
%32.18
%40.38

CMYK Percentages of Color #576680

%32
%20
%0
%50

Triadic Colors of #576680

#576680 #805766 #668057

Analogous Colors of #576680

#576680 #5d5780 #577b80

Monochromatic Colors of #576680

#576680

Complementary Color

#576680 #807157

#576680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576680 Color CSS Codes

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

#576680 Text Font Color

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

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


#576680 Background Color

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

This div background color is #576680


#576680 Border Color

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

This div border color is #576680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576680


Comments

No comments written yet.

Please login to write comment.