#576894

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

Shades of Waikawa Grey #576894

Tints of Waikawa Grey #576894

Color information

#576894 (or 0x576894) is unknown color: approx Waikawa Grey. HEX triplet: 57, 68 and 94. RGB value is (87,104,148). Sum of RGB (Red+Green+Blue) = 87+104+148=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #576894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576894 is #A8976B. Grayscale: #676767. Windows color (decimal): -11048812 or 9726039. OLE color: 9726039.

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

Color convert

RGB87104148-
CMYK0.410.3000.42
HSL223.28º25.96%46.08%-
HSV(B)223.28º41.22%58.04%-
XYZ14.2314.0629.98-
YUV103.93152.87115.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=25.66%
G=30.68%
B=43.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871041480.410.3000.42223.2825.9646.08
Hex576894291E02Adf1a2e
Octal12715022451360523373256
Binary10101111101000100101001010011111001010101101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576894; }

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

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

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

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

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

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

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

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