Shades of Waikawa Grey #556E97
Tints of Waikawa Grey #556E97
RGB
CMYK
RGB Variations
Color information
#556E97 (or 0x556E97) is known color: Waikawa Grey. HEX triplet: 55, 6E and 97. RGB value is (85,110,151). Sum of RGB (Red+Green+Blue) = 85+110+151=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #556E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E97 is #AA9168. Grayscale: #6B6B6B. Windows color (decimal): -11178345 or 9924181. OLE color: 9924181.
HSL color Cylindrical-coordinate representation of color #556E97: hue angle of 217.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556E97 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 110 | 151 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.41 |
| HSL | 217.27º | 0.28% | 0.46% | - |
| HSV(B) | 217.27º | 0.44% | 0.59% | - |
| XYZ | 14.91 | 15.32 | 31.45 | - |
| YUV | 107.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 151 | 0.44 | 0.27 | 0 | 0.41 | 217.27 | 0.28 | 0.46 |
| Hex | 55 | 6E | 97 | 2C | 1B | 0 | 29 | D9 | 1C | 2E |
| Octal | 125 | 156 | 227 | 54 | 33 | 0 | 51 | 331 | 34 | 56 |
| Binary | 1010101 | 1101110 | 10010111 | 101100 | 11011 | 0 | 101001 | 11011001 | 11100 | 101110 |
Color Harmonies of #556E97
Complementary color
Monochromatic Colors of #556E97
Black with #556E97
Text Example
Text Example
White with #556E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E97; }
p { color: rgb(85,110,151); }
H1.HeaderClassName
{
color: #556E97;
}
.AnyTagClassName
{
color: #556E97;
}
</style>
background-color css
<style>
a { background-color: #556E97; }
a { background-color: rgb(85,110,151); }
div.DivClassName
{
background-color: #556E97;
}
.BgClassName
{
background-color: #556E97;
}
</style>
border-color css
<style>
span { border-color: #556E97; }
span { border-color: rgb(85,110,151); }
td.TdClassName
{
border-color: #556E97;
}
.TagClassName
{
border-color: #556E97;
}
</style>