#576D87

Color #576D87 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #576D87

Tints of Kashmir Blue #576D87

Color information

#576D87 (or 0x576D87) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6D and 87. RGB value is (87,109,135). Sum of RGB (Red+Green+Blue) = 87+109+135=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #576D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D87 is #A89278. Grayscale: #696969. Windows color (decimal): -11047545 or 8875351. OLE color: 8875351.

HSL color Cylindrical-coordinate representation of color #576D87: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576D87 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87109135-
CMYK0.360.1900.47
HSL212.5º21.62%43.53%-
HSV(B)212.5º35.56%52.94%-
XYZ13.7714.7125.04-
YUV105.39144.71114.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=26.28%
G=32.93%
B=40.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871091350.360.1900.47212.521.6243.53
Hex576D87241302Fd4162c
Octal12715520744230573242654
Binary10101111101101100001111001001001101011111101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576D87; }

 p { color: rgb(87,109,135); }

 H1.HeaderClassName
 {
   color: #576D87;
 }
 .AnyTagClassName
 {
   color: #576D87;
 }
</style>
background-color css

<style>
 a { background-color: #576D87; }

 a { background-color: rgb(87,109,135); }

 div.DivClassName
 {
   background-color: #576D87;
 }
 .BgClassName
 {
   background-color: #576D87;
 }
</style>
border-color css

<style>
 span { border-color: #576D87; }

 span { border-color: rgb(87,109,135); }

 td.TdClassName
 {
   border-color: #576D87;
 }
 .TagClassName
 {
   border-color: #576D87;
 }
</style>