Shades of Waikawa Grey #596C8E
Tints of Waikawa Grey #596C8E
RGB
CMYK
RGB Variations
Color information
#596C8E (or 0x596C8E) is known color: Waikawa Grey. HEX triplet: 59, 6C and 8E. RGB value is (89,108,142). Sum of RGB (Red+Green+Blue) = 89+108+142=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #596C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C8E is #A69371. Grayscale: #6A6A6A. Windows color (decimal): -10916722 or 9333849. OLE color: 9333849.
HSL color Cylindrical-coordinate representation of color #596C8E: hue angle of 218.49º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #596C8E is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 108 | 142 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.44 |
| HSL | 218.49º | 0.23% | 0.45% | - |
| HSV(B) | 218.49º | 0.37% | 0.56% | - |
| XYZ | 14.36 | 14.8 | 27.69 | - |
| YUV | 106.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 142 | 0.37 | 0.24 | 0 | 0.44 | 218.49 | 0.23 | 0.45 |
| Hex | 59 | 6C | 8E | 25 | 18 | 0 | 2C | DA | 17 | 2D |
| Octal | 131 | 154 | 216 | 45 | 30 | 0 | 54 | 332 | 27 | 55 |
| Binary | 1011001 | 1101100 | 10001110 | 100101 | 11000 | 0 | 101100 | 11011010 | 10111 | 101101 |
Color Harmonies of #596C8E
Complementary color
Monochromatic Colors of #596C8E
Black with #596C8E
Text Example
Text Example
White with #596C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C8E; }
p { color: rgb(89,108,142); }
H1.HeaderClassName
{
color: #596C8E;
}
.AnyTagClassName
{
color: #596C8E;
}
</style>
background-color css
<style>
a { background-color: #596C8E; }
a { background-color: rgb(89,108,142); }
div.DivClassName
{
background-color: #596C8E;
}
.BgClassName
{
background-color: #596C8E;
}
</style>
border-color css
<style>
span { border-color: #596C8E; }
span { border-color: rgb(89,108,142); }
td.TdClassName
{
border-color: #596C8E;
}
.TagClassName
{
border-color: #596C8E;
}
</style>