Shades of Waikawa Grey #59689D
Tints of Waikawa Grey #59689D
RGB
CMYK
RGB Variations
Color information
#59689D (or 0x59689D) is known color: Waikawa Grey. HEX triplet: 59, 68 and 9D. RGB value is (89,104,157). Sum of RGB (Red+Green+Blue) = 89+104+157=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #59689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59689D is #A69762. Grayscale: #696969. Windows color (decimal): -10917731 or 10315865. OLE color: 10315865.
HSL color Cylindrical-coordinate representation of color #59689D: hue angle of 226.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59689D is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 104 | 157 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.38 |
| HSL | 226.76º | 0.28% | 0.48% | - |
| HSV(B) | 226.76º | 0.43% | 0.62% | - |
| XYZ | 15.16 | 14.46 | 33.89 | - |
| YUV | 105.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 157 | 0.43 | 0.34 | 0 | 0.38 | 226.76 | 0.28 | 0.48 |
| Hex | 59 | 68 | 9D | 2B | 22 | 0 | 26 | E3 | 1C | 30 |
| Octal | 131 | 150 | 235 | 53 | 42 | 0 | 46 | 343 | 34 | 60 |
| Binary | 1011001 | 1101000 | 10011101 | 101011 | 100010 | 0 | 100110 | 11100011 | 11100 | 110000 |
Color Harmonies of #59689D
Complementary color
Monochromatic Colors of #59689D
Black with #59689D
Text Example
Text Example
White with #59689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59689D; }
p { color: rgb(89,104,157); }
H1.HeaderClassName
{
color: #59689D;
}
.AnyTagClassName
{
color: #59689D;
}
</style>
background-color css
<style>
a { background-color: #59689D; }
a { background-color: rgb(89,104,157); }
div.DivClassName
{
background-color: #59689D;
}
.BgClassName
{
background-color: #59689D;
}
</style>
border-color css
<style>
span { border-color: #59689D; }
span { border-color: rgb(89,104,157); }
td.TdClassName
{
border-color: #59689D;
}
.TagClassName
{
border-color: #59689D;
}
</style>