Shades of Waikawa Grey #576E95
Tints of Waikawa Grey #576E95
RGB
CMYK
RGB Variations
Color information
#576E95 (or 0x576E95) is known color: Waikawa Grey. HEX triplet: 57, 6E and 95. RGB value is (87,110,149). Sum of RGB (Red+Green+Blue) = 87+110+149=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #576E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E95 is #A8916A. Grayscale: #6B6B6B. Windows color (decimal): -11047275 or 9793111. OLE color: 9793111.
HSL color Cylindrical-coordinate representation of color #576E95: hue angle of 217.74º 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 #576E95 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 110 | 149 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.42 |
| HSL | 217.74º | 0.26% | 0.46% | - |
| HSV(B) | 217.74º | 0.42% | 0.58% | - |
| XYZ | 14.93 | 15.35 | 30.61 | - |
| YUV | 107.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 149 | 0.42 | 0.26 | 0 | 0.42 | 217.74 | 0.26 | 0.46 |
| Hex | 57 | 6E | 95 | 2A | 1A | 0 | 2A | DA | 1A | 2E |
| Octal | 127 | 156 | 225 | 52 | 32 | 0 | 52 | 332 | 32 | 56 |
| Binary | 1010111 | 1101110 | 10010101 | 101010 | 11010 | 0 | 101010 | 11011010 | 11010 | 101110 |
Color Harmonies of #576E95
Complementary color
Monochromatic Colors of #576E95
Black with #576E95
Text Example
Text Example
White with #576E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E95; }
p { color: rgb(87,110,149); }
H1.HeaderClassName
{
color: #576E95;
}
.AnyTagClassName
{
color: #576E95;
}
</style>
background-color css
<style>
a { background-color: #576E95; }
a { background-color: rgb(87,110,149); }
div.DivClassName
{
background-color: #576E95;
}
.BgClassName
{
background-color: #576E95;
}
</style>
border-color css
<style>
span { border-color: #576E95; }
span { border-color: rgb(87,110,149); }
td.TdClassName
{
border-color: #576E95;
}
.TagClassName
{
border-color: #576E95;
}
</style>