#577494

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

Shades of Kashmir Blue #577494

Tints of Kashmir Blue #577494

Color information

#577494 (or 0x577494) is unknown color: approx Kashmir Blue. HEX triplet: 57, 74 and 94. RGB value is (87,116,148). Sum of RGB (Red+Green+Blue) = 87+116+148=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #577494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577494 is #A88B6B. Grayscale: #6E6E6E. Windows color (decimal): -11045740 or 9729111. OLE color: 9729111.

HSL color Cylindrical-coordinate representation of color #577494: hue angle of 211.48º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577494 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87116148-
CMYK0.410.2200.42
HSL211.48º25.96%46.08%-
HSV(B)211.48º41.22%58.04%-
XYZ15.5216.6630.41-
YUV110.98148.89110.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=24.79%
G=33.05%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871161480.410.2200.42211.4825.9646.08
Hex577494291602Ad31a2e
Octal12716422451260523233256
Binary10101111110100100101001010011011001010101101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577494; }

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

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

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

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

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

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

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

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