Shades of Waikawa Grey #59698E
Tints of Waikawa Grey #59698E
RGB
CMYK
RGB Variations
Color information
#59698E (or 0x59698E) is known color: Waikawa Grey. HEX triplet: 59, 69 and 8E. RGB value is (89,105,142). Sum of RGB (Red+Green+Blue) = 89+105+142=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #59698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698E is #A69671. Grayscale: #686868. Windows color (decimal): -10917490 or 9333081. OLE color: 9333081.
HSL color Cylindrical-coordinate representation of color #59698E: hue angle of 221.89º 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 #59698E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 105 | 142 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.44 |
| HSL | 221.89º | 0.23% | 0.45% | - |
| HSV(B) | 221.89º | 0.37% | 0.56% | - |
| XYZ | 14.05 | 14.18 | 27.59 | - |
| YUV | 104.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 142 | 0.37 | 0.26 | 0 | 0.44 | 221.89 | 0.23 | 0.45 |
| Hex | 59 | 69 | 8E | 25 | 1A | 0 | 2C | DE | 17 | 2D |
| Octal | 131 | 151 | 216 | 45 | 32 | 0 | 54 | 336 | 27 | 55 |
| Binary | 1011001 | 1101001 | 10001110 | 100101 | 11010 | 0 | 101100 | 11011110 | 10111 | 101101 |
Color Harmonies of #59698E
Complementary color
Monochromatic Colors of #59698E
Black with #59698E
Text Example
Text Example
White with #59698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59698E; }
p { color: rgb(89,105,142); }
H1.HeaderClassName
{
color: #59698E;
}
.AnyTagClassName
{
color: #59698E;
}
</style>
background-color css
<style>
a { background-color: #59698E; }
a { background-color: rgb(89,105,142); }
div.DivClassName
{
background-color: #59698E;
}
.BgClassName
{
background-color: #59698E;
}
</style>
border-color css
<style>
span { border-color: #59698E; }
span { border-color: rgb(89,105,142); }
td.TdClassName
{
border-color: #59698E;
}
.TagClassName
{
border-color: #59698E;
}
</style>