Shades of Waikawa Grey #576B95
Tints of Waikawa Grey #576B95
RGB
CMYK
RGB Variations
Color information
#576B95 (or 0x576B95) is known color: Waikawa Grey. HEX triplet: 57, 6B and 95. RGB value is (87,107,149). Sum of RGB (Red+Green+Blue) = 87+107+149=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #576B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B95 is #A8946A. Grayscale: #696969. Windows color (decimal): -11048043 or 9792343. OLE color: 9792343.
HSL color Cylindrical-coordinate representation of color #576B95: hue angle of 220.65º 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 #576B95 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 107 | 149 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.42 |
| HSL | 220.65º | 0.26% | 0.46% | - |
| HSV(B) | 220.65º | 0.42% | 0.58% | - |
| XYZ | 14.61 | 14.71 | 30.5 | - |
| YUV | 105.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 149 | 0.42 | 0.28 | 0 | 0.42 | 220.65 | 0.26 | 0.46 |
| Hex | 57 | 6B | 95 | 2A | 1C | 0 | 2A | DD | 1A | 2E |
| Octal | 127 | 153 | 225 | 52 | 34 | 0 | 52 | 335 | 32 | 56 |
| Binary | 1010111 | 1101011 | 10010101 | 101010 | 11100 | 0 | 101010 | 11011101 | 11010 | 101110 |
Color Harmonies of #576B95
Complementary color
Monochromatic Colors of #576B95
Black with #576B95
Text Example
Text Example
White with #576B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B95; }
p { color: rgb(87,107,149); }
H1.HeaderClassName
{
color: #576B95;
}
.AnyTagClassName
{
color: #576B95;
}
</style>
background-color css
<style>
a { background-color: #576B95; }
a { background-color: rgb(87,107,149); }
div.DivClassName
{
background-color: #576B95;
}
.BgClassName
{
background-color: #576B95;
}
</style>
border-color css
<style>
span { border-color: #576B95; }
span { border-color: rgb(87,107,149); }
td.TdClassName
{
border-color: #576B95;
}
.TagClassName
{
border-color: #576B95;
}
</style>