Shades of Waikawa Grey #59698F
Tints of Waikawa Grey #59698F
RGB
CMYK
RGB Variations
Color information
#59698F (or 0x59698F) is known color: Waikawa Grey. HEX triplet: 59, 69 and 8F. RGB value is (89,105,143). Sum of RGB (Red+Green+Blue) = 89+105+143=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #59698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698F is #A69670. Grayscale: #686868. Windows color (decimal): -10917489 or 9398617. OLE color: 9398617.
HSL color Cylindrical-coordinate representation of color #59698F: hue angle of 222.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59698F is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 105 | 143 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.44 |
| HSL | 222.22º | 0.23% | 0.45% | - |
| HSV(B) | 222.22º | 0.38% | 0.56% | - |
| XYZ | 14.13 | 14.21 | 27.98 | - |
| YUV | 104.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 143 | 0.38 | 0.27 | 0 | 0.44 | 222.22 | 0.23 | 0.45 |
| Hex | 59 | 69 | 8F | 26 | 1B | 0 | 2C | DE | 17 | 2D |
| Octal | 131 | 151 | 217 | 46 | 33 | 0 | 54 | 336 | 27 | 55 |
| Binary | 1011001 | 1101001 | 10001111 | 100110 | 11011 | 0 | 101100 | 11011110 | 10111 | 101101 |
Color Harmonies of #59698F
Complementary color
Monochromatic Colors of #59698F
Black with #59698F
Text Example
Text Example
White with #59698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59698F; }
p { color: rgb(89,105,143); }
H1.HeaderClassName
{
color: #59698F;
}
.AnyTagClassName
{
color: #59698F;
}
</style>
background-color css
<style>
a { background-color: #59698F; }
a { background-color: rgb(89,105,143); }
div.DivClassName
{
background-color: #59698F;
}
.BgClassName
{
background-color: #59698F;
}
</style>
border-color css
<style>
span { border-color: #59698F; }
span { border-color: rgb(89,105,143); }
td.TdClassName
{
border-color: #59698F;
}
.TagClassName
{
border-color: #59698F;
}
</style>