#576696

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

Shades of Waikawa Grey #576696

Tints of Waikawa Grey #576696

Color information

#576696 (or 0x576696) is unknown color: approx Waikawa Grey. HEX triplet: 57, 66 and 96. RGB value is (87,102,150). Sum of RGB (Red+Green+Blue) = 87+102+150=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #576696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576696 is #A89969. Grayscale: #666666. Windows color (decimal): -11049322 or 9856599. OLE color: 9856599.

HSL color Cylindrical-coordinate representation of color #576696: hue angle of 225.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576696 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87102150-
CMYK0.420.3200.41
HSL225.71º26.58%46.47%-
HSV(B)225.71º42%58.82%-
XYZ14.1913.7330.76-
YUV102.99154.53116.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=25.66%
G=30.09%
B=44.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871021500.420.3200.41225.7126.5846.47
Hex5766962A20029e21b2e
Octal12714622652400513423356
Binary101011111001101001011010101010000001010011110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576696; }

 p { color: rgb(87,102,150); }

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

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

 a { background-color: rgb(87,102,150); }

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

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

 span { border-color: rgb(87,102,150); }

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