#577498

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

Shades of Kashmir Blue #577498

Tints of Kashmir Blue #577498

Color information

#577498 (or 0x577498) is unknown color: approx Kashmir Blue. HEX triplet: 57, 74 and 98. RGB value is (87,116,152). Sum of RGB (Red+Green+Blue) = 87+116+152=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #577498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577498 is #A88B67. Grayscale: #6F6F6F. Windows color (decimal): -11045736 or 9991255. OLE color: 9991255.

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

Color convert

RGB87116152-
CMYK0.430.2400.40
HSL213.23º27.2%46.86%-
HSV(B)213.23º42.76%59.61%-
XYZ15.8416.7832.11-
YUV111.43150.89110.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=24.51%
G=32.68%
B=42.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871161520.430.2400.40213.2327.246.86
Hex5774982B18028d51b2f
Octal12716423053300503253357
Binary10101111110100100110001010111100001010001101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577498; }

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

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

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

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

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

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

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

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