Shades of Waikawa Grey #596388
Tints of Waikawa Grey #596388
RGB
CMYK
RGB Variations
Color information
#596388 (or 0x596388) is known color: Waikawa Grey. HEX triplet: 59, 63 and 88. RGB value is (89,99,136). Sum of RGB (Red+Green+Blue) = 89+99+136=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #596388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596388 is #A69C77. Grayscale: #646464. Windows color (decimal): -10919032 or 8938329. OLE color: 8938329.
HSL color Cylindrical-coordinate representation of color #596388: hue angle of 227.23º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #596388 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 99 | 136 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.47 |
| HSL | 227.23º | 0.21% | 0.44% | - |
| HSV(B) | 227.23º | 0.35% | 0.53% | - |
| XYZ | 13.03 | 12.83 | 25.08 | - |
| YUV | 100.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 136 | 0.35 | 0.27 | 0 | 0.47 | 227.23 | 0.21 | 0.44 |
| Hex | 59 | 63 | 88 | 23 | 1B | 0 | 2F | E3 | 15 | 2C |
| Octal | 131 | 143 | 210 | 43 | 33 | 0 | 57 | 343 | 25 | 54 |
| Binary | 1011001 | 1100011 | 10001000 | 100011 | 11011 | 0 | 101111 | 11100011 | 10101 | 101100 |
Color Harmonies of #596388
Complementary color
Monochromatic Colors of #596388
Black with #596388
Text Example
Text Example
White with #596388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596388; }
p { color: rgb(89,99,136); }
H1.HeaderClassName
{
color: #596388;
}
.AnyTagClassName
{
color: #596388;
}
</style>
background-color css
<style>
a { background-color: #596388; }
a { background-color: rgb(89,99,136); }
div.DivClassName
{
background-color: #596388;
}
.BgClassName
{
background-color: #596388;
}
</style>
border-color css
<style>
span { border-color: #596388; }
span { border-color: rgb(89,99,136); }
td.TdClassName
{
border-color: #596388;
}
.TagClassName
{
border-color: #596388;
}
</style>