Shades of Waikawa Grey #556696
Tints of Waikawa Grey #556696
RGB
CMYK
RGB Variations
Color information
#556696 (or 0x556696) is known color: Waikawa Grey. HEX triplet: 55, 66 and 96. RGB value is (85,102,150). Sum of RGB (Red+Green+Blue) = 85+102+150=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #556696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556696 is #AA9969. Grayscale: #666666. Windows color (decimal): -11180394 or 9856597. OLE color: 9856597.
HSL color Cylindrical-coordinate representation of color #556696: hue angle of 224.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556696 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 102 | 150 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.41 |
| HSL | 224.31º | 0.28% | 0.46% | - |
| HSV(B) | 224.31º | 0.43% | 0.59% | - |
| XYZ | 14 | 13.64 | 30.75 | - |
| YUV | 102.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 150 | 0.43 | 0.32 | 0 | 0.41 | 224.31 | 0.28 | 0.46 |
| Hex | 55 | 66 | 96 | 2B | 20 | 0 | 29 | E0 | 1C | 2E |
| Octal | 125 | 146 | 226 | 53 | 40 | 0 | 51 | 340 | 34 | 56 |
| Binary | 1010101 | 1100110 | 10010110 | 101011 | 100000 | 0 | 101001 | 11100000 | 11100 | 101110 |
Color Harmonies of #556696
Complementary color
Monochromatic Colors of #556696
Black with #556696
Text Example
Text Example
White with #556696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556696; }
p { color: rgb(85,102,150); }
H1.HeaderClassName
{
color: #556696;
}
.AnyTagClassName
{
color: #556696;
}
</style>
background-color css
<style>
a { background-color: #556696; }
a { background-color: rgb(85,102,150); }
div.DivClassName
{
background-color: #556696;
}
.BgClassName
{
background-color: #556696;
}
</style>
border-color css
<style>
span { border-color: #556696; }
span { border-color: rgb(85,102,150); }
td.TdClassName
{
border-color: #556696;
}
.TagClassName
{
border-color: #556696;
}
</style>