#576496

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

Shades of Waikawa Grey #576496

Tints of Waikawa Grey #576496

Color information

#576496 (or 0x576496) is unknown color: approx Waikawa Grey. HEX triplet: 57, 64 and 96. RGB value is (87,100,150). Sum of RGB (Red+Green+Blue) = 87+100+150=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #576496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576496 is #A89B69. Grayscale: #656565. Windows color (decimal): -11049834 or 9856087. OLE color: 9856087.

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

Color convert

RGB87100150-
CMYK0.420.3300.41
HSL227.62º26.58%46.47%-
HSV(B)227.62º42%58.82%-
XYZ13.9913.3430.69-
YUV101.81155.19117.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=25.82%
G=29.67%
B=44.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871001500.420.3300.41227.6226.5846.47
Hex5764962A21029e41b2e
Octal12714422652410513443356
Binary101011111001001001011010101010000101010011110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576496; }

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

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

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

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

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

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

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

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