Shades of Waikawa Grey #555E87
Tints of Waikawa Grey #555E87
RGB
CMYK
RGB Variations
Color information
#555E87 (or 0x555E87) is known color: Waikawa Grey. HEX triplet: 55, 5E and 87. RGB value is (85,94,135). Sum of RGB (Red+Green+Blue) = 85+94+135=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #555E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E87 is #AAA178. Grayscale: #5F5F5F. Windows color (decimal): -11182457 or 8871509. OLE color: 8871509.
HSL color Cylindrical-coordinate representation of color #555E87: hue angle of 229.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555E87 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 94 | 135 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.47 |
| HSL | 229.2º | 0.23% | 0.43% | - |
| HSV(B) | 229.2º | 0.37% | 0.53% | - |
| XYZ | 12.12 | 11.69 | 24.54 | - |
| YUV | 95.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 135 | 0.37 | 0.30 | 0 | 0.47 | 229.2 | 0.23 | 0.43 |
| Hex | 55 | 5E | 87 | 25 | 1E | 0 | 2F | E5 | 17 | 2B |
| Octal | 125 | 136 | 207 | 45 | 36 | 0 | 57 | 345 | 27 | 53 |
| Binary | 1010101 | 1011110 | 10000111 | 100101 | 11110 | 0 | 101111 | 11100101 | 10111 | 101011 |
Color Harmonies of #555E87
Complementary color
Monochromatic Colors of #555E87
Black with #555E87
Text Example
Text Example
White with #555E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E87; }
p { color: rgb(85,94,135); }
H1.HeaderClassName
{
color: #555E87;
}
.AnyTagClassName
{
color: #555E87;
}
</style>
background-color css
<style>
a { background-color: #555E87; }
a { background-color: rgb(85,94,135); }
div.DivClassName
{
background-color: #555E87;
}
.BgClassName
{
background-color: #555E87;
}
</style>
border-color css
<style>
span { border-color: #555E87; }
span { border-color: rgb(85,94,135); }
td.TdClassName
{
border-color: #555E87;
}
.TagClassName
{
border-color: #555E87;
}
</style>