#577996

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

Shades of Kashmir Blue #577996

Tints of Kashmir Blue #577996

Color information

#577996 (or 0x577996) is unknown color: approx Kashmir Blue. HEX triplet: 57, 79 and 96. RGB value is (87,121,150). Sum of RGB (Red+Green+Blue) = 87+121+150=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #577996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577996 is #A88669. Grayscale: #717171. Windows color (decimal): -11044458 or 9861463. OLE color: 9861463.

HSL color Cylindrical-coordinate representation of color #577996: hue angle of 207.62º 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 #577996 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87121150-
CMYK0.420.1900.41
HSL207.62º26.58%46.47%-
HSV(B)207.62º42%58.82%-
XYZ16.2717.931.45-
YUV114.14148.24108.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=24.30%
G=33.80%
B=41.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871211500.420.1900.41207.6226.5846.47
Hex5779962A13029d01b2e
Octal12717122652230513203356
Binary10101111111001100101101010101001101010011101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577996; }

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

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

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

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

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

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

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

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