#576C95

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

Shades of Waikawa Grey #576C95

Tints of Waikawa Grey #576C95

Color information

#576C95 (or 0x576C95) is unknown color: approx Waikawa Grey. HEX triplet: 57, 6C and 95. RGB value is (87,108,149). Sum of RGB (Red+Green+Blue) = 87+108+149=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #576C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C95 is #A8936A. Grayscale: #6A6A6A. Windows color (decimal): -11047787 or 9792599. OLE color: 9792599.

HSL color Cylindrical-coordinate representation of color #576C95: hue angle of 219.68º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576C95 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87108149-
CMYK0.420.2800.42
HSL219.68º26.27%46.27%-
HSV(B)219.68º41.61%58.43%-
XYZ14.7214.9230.54-
YUV106.4152.04114.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=25.29%
G=31.40%
B=43.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871081490.420.2800.42219.6826.2746.27
Hex576C952A1C02Adc1a2e
Octal12715422552340523343256
Binary10101111101100100101011010101110001010101101110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576C95; }

 p { color: rgb(87,108,149); }

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

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

 a { background-color: rgb(87,108,149); }

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

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

 span { border-color: rgb(87,108,149); }

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