Shades of Waikawa Grey #576A97
Tints of Waikawa Grey #576A97
RGB
CMYK
RGB Variations
Color information
#576A97 (or 0x576A97) is known color: Waikawa Grey. HEX triplet: 57, 6A and 97. RGB value is (87,106,151). Sum of RGB (Red+Green+Blue) = 87+106+151=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #576A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A97 is #A89568. Grayscale: #696969. Windows color (decimal): -11048297 or 9923159. OLE color: 9923159.
HSL color Cylindrical-coordinate representation of color #576A97: hue angle of 222.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576A97 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 106 | 151 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.41 |
| HSL | 222.19º | 0.27% | 0.47% | - |
| HSV(B) | 222.19º | 0.42% | 0.59% | - |
| XYZ | 14.67 | 14.57 | 31.32 | - |
| YUV | 105.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 151 | 0.42 | 0.30 | 0 | 0.41 | 222.19 | 0.27 | 0.47 |
| Hex | 57 | 6A | 97 | 2A | 1E | 0 | 29 | DE | 1B | 2F |
| Octal | 127 | 152 | 227 | 52 | 36 | 0 | 51 | 336 | 33 | 57 |
| Binary | 1010111 | 1101010 | 10010111 | 101010 | 11110 | 0 | 101001 | 11011110 | 11011 | 101111 |
Color Harmonies of #576A97
Complementary color
Monochromatic Colors of #576A97
Black with #576A97
Text Example
Text Example
White with #576A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A97; }
p { color: rgb(87,106,151); }
H1.HeaderClassName
{
color: #576A97;
}
.AnyTagClassName
{
color: #576A97;
}
</style>
background-color css
<style>
a { background-color: #576A97; }
a { background-color: rgb(87,106,151); }
div.DivClassName
{
background-color: #576A97;
}
.BgClassName
{
background-color: #576A97;
}
</style>
border-color css
<style>
span { border-color: #576A97; }
span { border-color: rgb(87,106,151); }
td.TdClassName
{
border-color: #576A97;
}
.TagClassName
{
border-color: #576A97;
}
</style>