#576E91

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

Shades of Kashmir Blue #576E91

Tints of Kashmir Blue #576E91

Color information

#576E91 (or 0x576E91) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6E and 91. RGB value is (87,110,145). Sum of RGB (Red+Green+Blue) = 87+110+145=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #576E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E91 is #A8916E. Grayscale: #6A6A6A. Windows color (decimal): -11047279 or 9530967. OLE color: 9530967.

HSL color Cylindrical-coordinate representation of color #576E91: hue angle of 216.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576E91 is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87110145-
CMYK0.40.2400.43
HSL216.21º25%45.49%-
HSV(B)216.21º40%56.86%-
XYZ14.6215.2228.96-
YUV107.11149.38113.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=25.44%
G=32.16%
B=42.40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871101450.40.2400.43216.212545.49
Hex576E91281802Bd8192d
Octal12715622150300533303155
Binary10101111101110100100011010001100001010111101100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,110,145); }

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

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

 a { background-color: rgb(87,110,145); }

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

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

 span { border-color: rgb(87,110,145); }

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