Shades of Waikawa Grey #576D94
Tints of Waikawa Grey #576D94
RGB
CMYK
RGB Variations
Color information
#576D94 (or 0x576D94) is known color: Waikawa Grey. HEX triplet: 57, 6D and 94. RGB value is (87,109,148). Sum of RGB (Red+Green+Blue) = 87+109+148=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #576D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D94 is #A8926B. Grayscale: #6A6A6A. Windows color (decimal): -11047532 or 9727319. OLE color: 9727319.
HSL color Cylindrical-coordinate representation of color #576D94: hue angle of 218.36º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576D94 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 109 | 148 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.42 |
| HSL | 218.36º | 0.26% | 0.46% | - |
| HSV(B) | 218.36º | 0.41% | 0.58% | - |
| XYZ | 14.74 | 15.1 | 30.15 | - |
| YUV | 106.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 148 | 0.41 | 0.26 | 0 | 0.42 | 218.36 | 0.26 | 0.46 |
| Hex | 57 | 6D | 94 | 29 | 1A | 0 | 2A | DA | 1A | 2E |
| Octal | 127 | 155 | 224 | 51 | 32 | 0 | 52 | 332 | 32 | 56 |
| Binary | 1010111 | 1101101 | 10010100 | 101001 | 11010 | 0 | 101010 | 11011010 | 11010 | 101110 |
Color Harmonies of #576D94
Complementary color
Monochromatic Colors of #576D94
Black with #576D94
Text Example
Text Example
White with #576D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D94; }
p { color: rgb(87,109,148); }
H1.HeaderClassName
{
color: #576D94;
}
.AnyTagClassName
{
color: #576D94;
}
</style>
background-color css
<style>
a { background-color: #576D94; }
a { background-color: rgb(87,109,148); }
div.DivClassName
{
background-color: #576D94;
}
.BgClassName
{
background-color: #576D94;
}
</style>
border-color css
<style>
span { border-color: #576D94; }
span { border-color: rgb(87,109,148); }
td.TdClassName
{
border-color: #576D94;
}
.TagClassName
{
border-color: #576D94;
}
</style>