#577898

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

Shades of Kashmir Blue #577898

Tints of Kashmir Blue #577898

Color information

#577898 (or 0x577898) is unknown color: approx Kashmir Blue. HEX triplet: 57, 78 and 98. RGB value is (87,120,152). Sum of RGB (Red+Green+Blue) = 87+120+152=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #577898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577898 is #A88767. Grayscale: #717171. Windows color (decimal): -11044712 or 9992279. OLE color: 9992279.

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

Color convert

RGB87120152-
CMYK0.430.2100.40
HSL209.54º27.2%46.86%-
HSV(B)209.54º42.76%59.61%-
XYZ16.3117.7332.27-
YUV113.78149.57108.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=24.23%
G=33.43%
B=42.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871201520.430.2100.40209.5427.246.86
Hex5778982B15028d21b2f
Octal12717023053250503223357
Binary10101111111000100110001010111010101010001101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577898; }

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

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

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

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

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

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

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

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