Shades of Waikawa Grey #566F98
Tints of Waikawa Grey #566F98
RGB
CMYK
RGB Variations
Color information
#566F98 (or 0x566F98) is known color: Waikawa Grey. HEX triplet: 56, 6F and 98. RGB value is (86,111,152). Sum of RGB (Red+Green+Blue) = 86+111+152=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #566F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F98 is #A99067. Grayscale: #6C6C6C. Windows color (decimal): -11112552 or 9989974. OLE color: 9989974.
HSL color Cylindrical-coordinate representation of color #566F98: hue angle of 217.27º 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 #566F98 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 111 | 152 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.40 |
| HSL | 217.27º | 0.28% | 0.47% | - |
| HSV(B) | 217.27º | 0.43% | 0.6% | - |
| XYZ | 15.19 | 15.61 | 31.92 | - |
| YUV | 108.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 152 | 0.43 | 0.27 | 0 | 0.40 | 217.27 | 0.28 | 0.47 |
| Hex | 56 | 6F | 98 | 2B | 1B | 0 | 28 | D9 | 1C | 2F |
| Octal | 126 | 157 | 230 | 53 | 33 | 0 | 50 | 331 | 34 | 57 |
| Binary | 1010110 | 1101111 | 10011000 | 101011 | 11011 | 0 | 101000 | 11011001 | 11100 | 101111 |
Color Harmonies of #566F98
Complementary color
Monochromatic Colors of #566F98
Black with #566F98
Text Example
Text Example
White with #566F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F98; }
p { color: rgb(86,111,152); }
H1.HeaderClassName
{
color: #566F98;
}
.AnyTagClassName
{
color: #566F98;
}
</style>
background-color css
<style>
a { background-color: #566F98; }
a { background-color: rgb(86,111,152); }
div.DivClassName
{
background-color: #566F98;
}
.BgClassName
{
background-color: #566F98;
}
</style>
border-color css
<style>
span { border-color: #566F98; }
span { border-color: rgb(86,111,152); }
td.TdClassName
{
border-color: #566F98;
}
.TagClassName
{
border-color: #566F98;
}
</style>