Shades of Waikawa Grey #576C95
Tints of Waikawa Grey #576C95
RGB
CMYK
RGB Variations
Color information
#576C95 (or 0x576C95) is known color: 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
| RGB | 87 | 108 | 149 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.42 |
| HSL | 219.68º | 0.26% | 0.46% | - |
| HSV(B) | 219.68º | 0.42% | 0.58% | - |
| XYZ | 14.72 | 14.92 | 30.54 | - |
| YUV | 106.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 149 | 0.42 | 0.28 | 0 | 0.42 | 219.68 | 0.26 | 0.46 |
| Hex | 57 | 6C | 95 | 2A | 1C | 0 | 2A | DC | 1A | 2E |
| Octal | 127 | 154 | 225 | 52 | 34 | 0 | 52 | 334 | 32 | 56 |
| Binary | 1010111 | 1101100 | 10010101 | 101010 | 11100 | 0 | 101010 | 11011100 | 11010 | 101110 |
Color Harmonies of #576C95
Complementary color
Monochromatic Colors of #576C95
Black with #576C95
Text Example
Text Example
White with #576C95
Text Example
Text Example
HTML Codes & Css Web 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>