Shades of Waikawa Grey #596C99
Tints of Waikawa Grey #596C99
RGB
CMYK
RGB Variations
Color information
#596C99 (or 0x596C99) is known color: Waikawa Grey. HEX triplet: 59, 6C and 99. RGB value is (89,108,153). Sum of RGB (Red+Green+Blue) = 89+108+153=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #596C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C99 is #A69366. Grayscale: #6B6B6B. Windows color (decimal): -10916711 or 10054745. OLE color: 10054745.
HSL color Cylindrical-coordinate representation of color #596C99: hue angle of 222.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596C99 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 108 | 153 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.4 |
| HSL | 222.19º | 0.26% | 0.47% | - |
| HSV(B) | 222.19º | 0.42% | 0.6% | - |
| XYZ | 15.23 | 15.15 | 32.26 | - |
| YUV | 107.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 153 | 0.42 | 0.29 | 0 | 0.4 | 222.19 | 0.26 | 0.47 |
| Hex | 59 | 6C | 99 | 2A | 1D | 0 | 28 | DE | 1A | 2F |
| Octal | 131 | 154 | 231 | 52 | 35 | 0 | 50 | 336 | 32 | 57 |
| Binary | 1011001 | 1101100 | 10011001 | 101010 | 11101 | 0 | 101000 | 11011110 | 11010 | 101111 |
Color Harmonies of #596C99
Complementary color
Monochromatic Colors of #596C99
Black with #596C99
Text Example
Text Example
White with #596C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C99; }
p { color: rgb(89,108,153); }
H1.HeaderClassName
{
color: #596C99;
}
.AnyTagClassName
{
color: #596C99;
}
</style>
background-color css
<style>
a { background-color: #596C99; }
a { background-color: rgb(89,108,153); }
div.DivClassName
{
background-color: #596C99;
}
.BgClassName
{
background-color: #596C99;
}
</style>
border-color css
<style>
span { border-color: #596C99; }
span { border-color: rgb(89,108,153); }
td.TdClassName
{
border-color: #596C99;
}
.TagClassName
{
border-color: #596C99;
}
</style>