#577896

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

Shades of Kashmir Blue #577896

Tints of Kashmir Blue #577896

Color information

#577896 (or 0x577896) is unknown color: approx Kashmir Blue. HEX triplet: 57, 78 and 96. RGB value is (87,120,150). Sum of RGB (Red+Green+Blue) = 87+120+150=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #577896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577896 is #A88769. Grayscale: #717171. Windows color (decimal): -11044714 or 9861207. OLE color: 9861207.

HSL color Cylindrical-coordinate representation of color #577896: hue angle of 208.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577896 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87120150-
CMYK0.420.2000.41
HSL208.57º26.58%46.47%-
HSV(B)208.57º42%58.82%-
XYZ16.1517.6631.41-
YUV113.55148.57109.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=24.37%
G=33.61%
B=42.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871201500.420.2000.41208.5726.5846.47
Hex5778962A14029d11b2e
Octal12717022652240513213356
Binary10101111111000100101101010101010001010011101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577896; }

 p { color: rgb(87,120,150); }

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

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

 a { background-color: rgb(87,120,150); }

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

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

 span { border-color: rgb(87,120,150); }

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