Shades of Waikawa Grey #596C94
Tints of Waikawa Grey #596C94
RGB
CMYK
RGB Variations
Color information
#596C94 (or 0x596C94) is known color: Waikawa Grey. HEX triplet: 59, 6C and 94. RGB value is (89,108,148). Sum of RGB (Red+Green+Blue) = 89+108+148=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #596C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C94 is #A6936B. Grayscale: #6A6A6A. Windows color (decimal): -10916716 or 9727065. OLE color: 9727065.
HSL color Cylindrical-coordinate representation of color #596C94: hue angle of 220.68º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #596C94 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 108 | 148 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.42 |
| HSL | 220.68º | 0.25% | 0.46% | - |
| HSV(B) | 220.68º | 0.4% | 0.58% | - |
| XYZ | 14.83 | 14.99 | 30.13 | - |
| YUV | 106.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 148 | 0.40 | 0.27 | 0 | 0.42 | 220.68 | 0.25 | 0.46 |
| Hex | 59 | 6C | 94 | 28 | 1B | 0 | 2A | DD | 19 | 2E |
| Octal | 131 | 154 | 224 | 50 | 33 | 0 | 52 | 335 | 31 | 56 |
| Binary | 1011001 | 1101100 | 10010100 | 101000 | 11011 | 0 | 101010 | 11011101 | 11001 | 101110 |
Color Harmonies of #596C94
Complementary color
Monochromatic Colors of #596C94
Black with #596C94
Text Example
Text Example
White with #596C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C94; }
p { color: rgb(89,108,148); }
H1.HeaderClassName
{
color: #596C94;
}
.AnyTagClassName
{
color: #596C94;
}
</style>
background-color css
<style>
a { background-color: #596C94; }
a { background-color: rgb(89,108,148); }
div.DivClassName
{
background-color: #596C94;
}
.BgClassName
{
background-color: #596C94;
}
</style>
border-color css
<style>
span { border-color: #596C94; }
span { border-color: rgb(89,108,148); }
td.TdClassName
{
border-color: #596C94;
}
.TagClassName
{
border-color: #596C94;
}
</style>