Shades of Waikawa Grey #556292
Tints of Waikawa Grey #556292
RGB
CMYK
RGB Variations
Color information
#556292 (or 0x556292) is known color: Waikawa Grey. HEX triplet: 55, 62 and 92. RGB value is (85,98,146). Sum of RGB (Red+Green+Blue) = 85+98+146=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #556292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556292 is #AA9D6D. Grayscale: #636363. Windows color (decimal): -11181422 or 9593429. OLE color: 9593429.
HSL color Cylindrical-coordinate representation of color #556292: hue angle of 227.21º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556292 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 98 | 146 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.43 |
| HSL | 227.21º | 0.26% | 0.45% | - |
| HSV(B) | 227.21º | 0.42% | 0.57% | - |
| XYZ | 13.3 | 12.74 | 28.95 | - |
| YUV | 99.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 146 | 0.42 | 0.33 | 0 | 0.43 | 227.21 | 0.26 | 0.45 |
| Hex | 55 | 62 | 92 | 2A | 21 | 0 | 2B | E3 | 1A | 2D |
| Octal | 125 | 142 | 222 | 52 | 41 | 0 | 53 | 343 | 32 | 55 |
| Binary | 1010101 | 1100010 | 10010010 | 101010 | 100001 | 0 | 101011 | 11100011 | 11010 | 101101 |
Color Harmonies of #556292
Complementary color
Monochromatic Colors of #556292
Black with #556292
Text Example
Text Example
White with #556292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556292; }
p { color: rgb(85,98,146); }
H1.HeaderClassName
{
color: #556292;
}
.AnyTagClassName
{
color: #556292;
}
</style>
background-color css
<style>
a { background-color: #556292; }
a { background-color: rgb(85,98,146); }
div.DivClassName
{
background-color: #556292;
}
.BgClassName
{
background-color: #556292;
}
</style>
border-color css
<style>
span { border-color: #556292; }
span { border-color: rgb(85,98,146); }
td.TdClassName
{
border-color: #556292;
}
.TagClassName
{
border-color: #556292;
}
</style>