#576587

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

Shades of Kashmir Blue #576587

Tints of Kashmir Blue #576587

Color information

#576587 (or 0x576587) is unknown color: approx Kashmir Blue. HEX triplet: 57, 65 and 87. RGB value is (87,101,135). Sum of RGB (Red+Green+Blue) = 87+101+135=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #576587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576587 is #A89A78. Grayscale: #646464. Windows color (decimal): -11049593 or 8873303. OLE color: 8873303.

HSL color Cylindrical-coordinate representation of color #576587: hue angle of 222.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 #576587 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87101135-
CMYK0.360.2500.47
HSL222.5º21.62%43.53%-
HSV(B)222.5º35.56%52.94%-
XYZ12.9613.0824.76-
YUV100.69147.36118.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=26.93%
G=31.27%
B=41.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871011350.360.2500.47222.521.6243.53
Hex576587241902Fde162c
Octal12714520744310573362654
Binary10101111100101100001111001001100101011111101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576587; }

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

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

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

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

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

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

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

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