#577997

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

Shades of Kashmir Blue #577997

Tints of Kashmir Blue #577997

Color information

#577997 (or 0x577997) is unknown color: approx Kashmir Blue. HEX triplet: 57, 79 and 97. RGB value is (87,121,151). Sum of RGB (Red+Green+Blue) = 87+121+151=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #577997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577997 is #A88668. Grayscale: #727272. Windows color (decimal): -11044457 or 9926999. OLE color: 9926999.

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

Color convert

RGB87121151-
CMYK0.420.2000.41
HSL208.12º26.89%46.67%-
HSV(B)208.12º42.38%59.22%-
XYZ16.3517.9431.88-
YUV114.25148.74108.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=24.23%
G=33.70%
B=42.06%

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
Decimal871211510.420.2000.41208.1226.8946.67
Hex5779972A14029d01b2f
Octal12717122752240513203357
Binary10101111111001100101111010101010001010011101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577997; }

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

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

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

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

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

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

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

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