#576891

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

Shades of Waikawa Grey #576891

Tints of Waikawa Grey #576891

Color information

#576891 (or 0x576891) is unknown color: approx Waikawa Grey. HEX triplet: 57, 68 and 91. RGB value is (87,104,145). Sum of RGB (Red+Green+Blue) = 87+104+145=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #576891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576891 is #A8976E. Grayscale: #676767. Windows color (decimal): -11048815 or 9529431. OLE color: 9529431.

HSL color Cylindrical-coordinate representation of color #576891: hue angle of 222.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576891 is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87104145-
CMYK0.40.2800.43
HSL222.41º25%45.49%-
HSV(B)222.41º40%56.86%-
XYZ13.9913.9728.75-
YUV103.59151.37116.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=25.89%
G=30.95%
B=43.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871041450.40.2800.43222.412545.49
Hex576891281C02Bde192d
Octal12715022150340533363155
Binary10101111101000100100011010001110001010111101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576891; }

 p { color: rgb(87,104,145); }

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

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

 a { background-color: rgb(87,104,145); }

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

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

 span { border-color: rgb(87,104,145); }

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