#577091

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

Shades of Kashmir Blue #577091

Tints of Kashmir Blue #577091

Color information

#577091 (or 0x577091) is unknown color: approx Kashmir Blue. HEX triplet: 57, 70 and 91. RGB value is (87,112,145). Sum of RGB (Red+Green+Blue) = 87+112+145=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #577091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577091 is #A88F6E. Grayscale: #6C6C6C. Windows color (decimal): -11046767 or 9531479. OLE color: 9531479.

HSL color Cylindrical-coordinate representation of color #577091: hue angle of 214.14º 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 #577091 is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87112145-
CMYK0.40.2300.43
HSL214.14º25%45.49%-
HSV(B)214.14º40%56.86%-
XYZ14.8415.6629.03-
YUV108.29148.72112.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=25.29%
G=32.56%
B=42.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871121450.40.2300.43214.142545.49
Hex577091281702Bd6192d
Octal12716022150270533263155
Binary10101111110000100100011010001011101010111101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577091; }

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

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

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

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

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

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

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

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