Shades of Waikawa Grey #576C99
Tints of Waikawa Grey #576C99
RGB
CMYK
RGB Variations
Color information
#576C99 (or 0x576C99) is known color: Waikawa Grey. HEX triplet: 57, 6C and 99. RGB value is (87,108,153). Sum of RGB (Red+Green+Blue) = 87+108+153=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #576C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C99 is #A89366. Grayscale: #6A6A6A. Windows color (decimal): -11047783 or 10054743. OLE color: 10054743.
HSL color Cylindrical-coordinate representation of color #576C99: hue angle of 220.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576C99 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 108 | 153 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.4 |
| HSL | 220.91º | 0.28% | 0.47% | - |
| HSV(B) | 220.91º | 0.43% | 0.6% | - |
| XYZ | 15.04 | 15.05 | 32.25 | - |
| YUV | 106.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 153 | 0.43 | 0.29 | 0 | 0.4 | 220.91 | 0.28 | 0.47 |
| Hex | 57 | 6C | 99 | 2B | 1D | 0 | 28 | DD | 1C | 2F |
| Octal | 127 | 154 | 231 | 53 | 35 | 0 | 50 | 335 | 34 | 57 |
| Binary | 1010111 | 1101100 | 10011001 | 101011 | 11101 | 0 | 101000 | 11011101 | 11100 | 101111 |
Color Harmonies of #576C99
Complementary color
Monochromatic Colors of #576C99
Black with #576C99
Text Example
Text Example
White with #576C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C99; }
p { color: rgb(87,108,153); }
H1.HeaderClassName
{
color: #576C99;
}
.AnyTagClassName
{
color: #576C99;
}
</style>
background-color css
<style>
a { background-color: #576C99; }
a { background-color: rgb(87,108,153); }
div.DivClassName
{
background-color: #576C99;
}
.BgClassName
{
background-color: #576C99;
}
</style>
border-color css
<style>
span { border-color: #576C99; }
span { border-color: rgb(87,108,153); }
td.TdClassName
{
border-color: #576C99;
}
.TagClassName
{
border-color: #576C99;
}
</style>