#577999

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

Shades of Kashmir Blue #577999

Tints of Kashmir Blue #577999

Color information

#577999 (or 0x577999) is unknown color: approx Kashmir Blue. HEX triplet: 57, 79 and 99. RGB value is (87,121,153). Sum of RGB (Red+Green+Blue) = 87+121+153=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #577999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577999 is #A88666. Grayscale: #727272. Windows color (decimal): -11044455 or 10058071. OLE color: 10058071.

HSL color Cylindrical-coordinate representation of color #577999: hue angle of 209.09º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #577999 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87121153-
CMYK0.430.2100.4
HSL209.09º27.5%47.06%-
HSV(B)209.09º43.14%60%-
XYZ16.521832.74-
YUV114.48149.74108.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=24.10%
G=33.52%
B=42.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871211530.430.2100.4209.0927.547.06
Hex5779992B15028d11b2f
Octal12717123153250503213357
Binary10101111111001100110011010111010101010001101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577999; }

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

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

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

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

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

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

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

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