#576999

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

Shades of Waikawa Grey #576999

Tints of Waikawa Grey #576999

Color information

#576999 (or 0x576999) is unknown color: approx Waikawa Grey. HEX triplet: 57, 69 and 99. RGB value is (87,105,153). Sum of RGB (Red+Green+Blue) = 87+105+153=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #576999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576999 is #A89666. Grayscale: #686868. Windows color (decimal): -11048551 or 10053975. OLE color: 10053975.

HSL color Cylindrical-coordinate representation of color #576999: hue angle of 223.64º 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 #576999 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87105153-
CMYK0.430.3100.4
HSL223.64º27.5%47.06%-
HSV(B)223.64º43.14%60%-
XYZ14.7314.4332.15-
YUV105.09155.04115.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=25.22%
G=30.43%
B=44.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871051530.430.3100.4223.6427.547.06
Hex5769992B1F028e01b2f
Octal12715123153370503403357
Binary10101111101001100110011010111111101010001110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576999; }

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

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

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

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

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

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

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

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