Shades of Waikawa Grey #576A98
Tints of Waikawa Grey #576A98
RGB
CMYK
RGB Variations
Color information
#576A98 (or 0x576A98) is known color: Waikawa Grey. HEX triplet: 57, 6A and 98. RGB value is (87,106,152). Sum of RGB (Red+Green+Blue) = 87+106+152=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #576A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A98 is #A89567. Grayscale: #696969. Windows color (decimal): -11048296 or 9988695. OLE color: 9988695.
HSL color Cylindrical-coordinate representation of color #576A98: hue angle of 222.46º degrees, saturation: 0.27, 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 #576A98 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 106 | 152 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.40 |
| HSL | 222.46º | 0.27% | 0.47% | - |
| HSV(B) | 222.46º | 0.43% | 0.6% | - |
| XYZ | 14.75 | 14.6 | 31.75 | - |
| YUV | 105.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 152 | 0.43 | 0.30 | 0 | 0.40 | 222.46 | 0.27 | 0.47 |
| Hex | 57 | 6A | 98 | 2B | 1E | 0 | 28 | DE | 1B | 2F |
| Octal | 127 | 152 | 230 | 53 | 36 | 0 | 50 | 336 | 33 | 57 |
| Binary | 1010111 | 1101010 | 10011000 | 101011 | 11110 | 0 | 101000 | 11011110 | 11011 | 101111 |
Color Harmonies of #576A98
Complementary color
Monochromatic Colors of #576A98
Black with #576A98
Text Example
Text Example
White with #576A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A98; }
p { color: rgb(87,106,152); }
H1.HeaderClassName
{
color: #576A98;
}
.AnyTagClassName
{
color: #576A98;
}
</style>
background-color css
<style>
a { background-color: #576A98; }
a { background-color: rgb(87,106,152); }
div.DivClassName
{
background-color: #576A98;
}
.BgClassName
{
background-color: #576A98;
}
</style>
border-color css
<style>
span { border-color: #576A98; }
span { border-color: rgb(87,106,152); }
td.TdClassName
{
border-color: #576A98;
}
.TagClassName
{
border-color: #576A98;
}
</style>