Shades of Waikawa Grey #59698C
Tints of Waikawa Grey #59698C
RGB
CMYK
RGB Variations
Color information
#59698C (or 0x59698C) is known color: Waikawa Grey. HEX triplet: 59, 69 and 8C. RGB value is (89,105,140). Sum of RGB (Red+Green+Blue) = 89+105+140=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #59698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698C is #A69673. Grayscale: #686868. Windows color (decimal): -10917492 or 9202009. OLE color: 9202009.
HSL color Cylindrical-coordinate representation of color #59698C: hue angle of 221.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59698C is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 105 | 140 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.45 |
| HSL | 221.18º | 0.22% | 0.45% | - |
| HSV(B) | 221.18º | 0.36% | 0.55% | - |
| XYZ | 13.91 | 14.12 | 26.8 | - |
| YUV | 104.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 140 | 0.36 | 0.25 | 0 | 0.45 | 221.18 | 0.22 | 0.45 |
| Hex | 59 | 69 | 8C | 24 | 19 | 0 | 2D | DD | 16 | 2D |
| Octal | 131 | 151 | 214 | 44 | 31 | 0 | 55 | 335 | 26 | 55 |
| Binary | 1011001 | 1101001 | 10001100 | 100100 | 11001 | 0 | 101101 | 11011101 | 10110 | 101101 |
Color Harmonies of #59698C
Complementary color
Monochromatic Colors of #59698C
Black with #59698C
Text Example
Text Example
White with #59698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59698C; }
p { color: rgb(89,105,140); }
H1.HeaderClassName
{
color: #59698C;
}
.AnyTagClassName
{
color: #59698C;
}
</style>
background-color css
<style>
a { background-color: #59698C; }
a { background-color: rgb(89,105,140); }
div.DivClassName
{
background-color: #59698C;
}
.BgClassName
{
background-color: #59698C;
}
</style>
border-color css
<style>
span { border-color: #59698C; }
span { border-color: rgb(89,105,140); }
td.TdClassName
{
border-color: #59698C;
}
.TagClassName
{
border-color: #59698C;
}
</style>