#576292

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

Shades of Waikawa Grey #576292

Tints of Waikawa Grey #576292

Color information

#576292 (or 0x576292) is unknown color: approx Waikawa Grey. HEX triplet: 57, 62 and 92. RGB value is (87,98,146). Sum of RGB (Red+Green+Blue) = 87+98+146=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #576292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576292 is #A89D6D. Grayscale: #636363. Windows color (decimal): -11050350 or 9593431. OLE color: 9593431.

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

Color convert

RGB8798146-
CMYK0.400.3300.43
HSL228.81º25.32%45.69%-
HSV(B)228.81º40.41%57.25%-
XYZ13.4912.8428.96-
YUV100.18153.86118.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=26.28%
G=29.61%
B=44.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87981460.400.3300.43228.8125.3245.69
Hex576292282102Be5192e
Octal12714222250410533453156
Binary101011111000101001001010100010000101010111110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576292; }

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

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

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

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

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

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

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

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