#576494

Color #576494 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #576494

Tints of Waikawa Grey #576494

Color information

#576494 (or 0x576494) is unknown color: approx Waikawa Grey. HEX triplet: 57, 64 and 94. RGB value is (87,100,148). Sum of RGB (Red+Green+Blue) = 87+100+148=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #576494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576494 is #A89B6B. Grayscale: #656565. Windows color (decimal): -11049836 or 9725015. OLE color: 9725015.

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

Color convert

RGB87100148-
CMYK0.410.3200.42
HSL227.21º25.96%46.08%-
HSV(B)227.21º41.22%58.04%-
XYZ13.8313.2829.85-
YUV101.58154.19117.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=25.97%
G=29.85%
B=44.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871001480.410.3200.42227.2125.9646.08
Hex576494292002Ae31a2e
Octal12714422451400523433256
Binary101011111001001001010010100110000001010101110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576494; }

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

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

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

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

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

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

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

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