#576288

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

Shades of Waikawa Grey #576288

Tints of Waikawa Grey #576288

Color information

#576288 (or 0x576288) is unknown color: approx Waikawa Grey. HEX triplet: 57, 62 and 88. RGB value is (87,98,136). Sum of RGB (Red+Green+Blue) = 87+98+136=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #576288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576288 is #A89D77. Grayscale: #626262. Windows color (decimal): -11050360 or 8938071. OLE color: 8938071.

HSL color Cylindrical-coordinate representation of color #576288: hue angle of 226.53º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576288 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8798136-
CMYK0.360.2800.47
HSL226.53º21.97%43.73%-
HSV(B)226.53º36.03%53.33%-
XYZ12.7412.5425.04-
YUV99.04148.86119.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=27.10%
G=30.53%
B=42.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87981360.360.2800.47226.5321.9743.73
Hex576288241C02Fe3162c
Octal12714221044340573432654
Binary10101111100010100010001001001110001011111110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576288; }

 p { color: rgb(87,98,136); }

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

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

 a { background-color: rgb(87,98,136); }

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

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

 span { border-color: rgb(87,98,136); }

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