#577994

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

Shades of Kashmir Blue #577994

Tints of Kashmir Blue #577994

Color information

#577994 (or 0x577994) is unknown color: approx Kashmir Blue. HEX triplet: 57, 79 and 94. RGB value is (87,121,148). Sum of RGB (Red+Green+Blue) = 87+121+148=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #577994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577994 is #A8866B. Grayscale: #717171. Windows color (decimal): -11044460 or 9730391. OLE color: 9730391.

HSL color Cylindrical-coordinate representation of color #577994: hue angle of 206.56º 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 #577994 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87121148-
CMYK0.410.1800.42
HSL206.56º25.96%46.08%-
HSV(B)206.56º41.22%58.04%-
XYZ16.1117.8430.61-
YUV113.91147.24108.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=24.44%
G=33.99%
B=41.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871211480.410.1800.42206.5625.9646.08
Hex577994291202Acf1a2e
Octal12717122451220523173256
Binary10101111111001100101001010011001001010101100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577994; }

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

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

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

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

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

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

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

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