#576699

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

Shades of Waikawa Grey #576699

Tints of Waikawa Grey #576699

Color information

#576699 (or 0x576699) is unknown color: approx Waikawa Grey. HEX triplet: 57, 66 and 99. RGB value is (87,102,153). Sum of RGB (Red+Green+Blue) = 87+102+153=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #576699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576699 is #A89966. Grayscale: #676767. Windows color (decimal): -11049319 or 10053207. OLE color: 10053207.

HSL color Cylindrical-coordinate representation of color #576699: hue angle of 226.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576699 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87102153-
CMYK0.430.3300.4
HSL226.36º27.5%47.06%-
HSV(B)226.36º43.14%60%-
XYZ14.4313.8332.05-
YUV103.33156.03116.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=25.44%
G=29.82%
B=44.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871021530.430.3300.4226.3627.547.06
Hex5766992B21028e21b2f
Octal12714623153410503423357
Binary101011111001101001100110101110000101010001110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576699; }

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

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

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

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

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

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

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

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