#576799

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

Shades of Waikawa Grey #576799

Tints of Waikawa Grey #576799

Color information

#576799 (or 0x576799) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 99. RGB value is (87,103,153). Sum of RGB (Red+Green+Blue) = 87+103+153=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #576799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576799 is #A89866. Grayscale: #676767. Windows color (decimal): -11049063 or 10053463. OLE color: 10053463.

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

Color convert

RGB87103153-
CMYK0.430.3300.4
HSL225.45º27.5%47.06%-
HSV(B)225.45º43.14%60%-
XYZ14.5314.0332.08-
YUV103.92155.7115.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=25.36%
G=30.03%
B=44.61%

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
Decimal871031530.430.3300.4225.4527.547.06
Hex5767992B21028e11b2f
Octal12714723153410503413357
Binary101011111001111001100110101110000101010001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576799; }

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

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

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

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

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

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

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

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