#577094

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

Shades of Kashmir Blue #577094

Tints of Kashmir Blue #577094

Color information

#577094 (or 0x577094) is unknown color: approx Kashmir Blue. HEX triplet: 57, 70 and 94. RGB value is (87,112,148). Sum of RGB (Red+Green+Blue) = 87+112+148=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #577094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577094 is #A88F6B. Grayscale: #6C6C6C. Windows color (decimal): -11046764 or 9728087. OLE color: 9728087.

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

Color convert

RGB87112148-
CMYK0.410.2400.42
HSL215.41º25.96%46.08%-
HSV(B)215.41º41.22%58.04%-
XYZ15.0715.7530.26-
YUV108.63150.22112.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=25.07%
G=32.28%
B=42.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871121480.410.2400.42215.4125.9646.08
Hex577094291802Ad71a2e
Octal12716022451300523273256
Binary10101111110000100101001010011100001010101101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577094; }

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

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

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

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

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

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

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

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