Shades of Waikawa Grey #59658D
Tints of Waikawa Grey #59658D
RGB
CMYK
RGB Variations
Color information
#59658D (or 0x59658D) is known color: Waikawa Grey. HEX triplet: 59, 65 and 8D. RGB value is (89,101,141). Sum of RGB (Red+Green+Blue) = 89+101+141=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #59658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59658D is #A69A72. Grayscale: #656565. Windows color (decimal): -10918515 or 9266521. OLE color: 9266521.
HSL color Cylindrical-coordinate representation of color #59658D: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59658D is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 101 | 141 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.45 |
| HSL | 226.15º | 0.23% | 0.45% | - |
| HSV(B) | 226.15º | 0.37% | 0.55% | - |
| XYZ | 13.58 | 13.35 | 27.06 | - |
| YUV | 101.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 141 | 0.37 | 0.28 | 0 | 0.45 | 226.15 | 0.23 | 0.45 |
| Hex | 59 | 65 | 8D | 25 | 1C | 0 | 2D | E2 | 17 | 2D |
| Octal | 131 | 145 | 215 | 45 | 34 | 0 | 55 | 342 | 27 | 55 |
| Binary | 1011001 | 1100101 | 10001101 | 100101 | 11100 | 0 | 101101 | 11100010 | 10111 | 101101 |
Color Harmonies of #59658D
Complementary color
Monochromatic Colors of #59658D
Black with #59658D
Text Example
Text Example
White with #59658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59658D; }
p { color: rgb(89,101,141); }
H1.HeaderClassName
{
color: #59658D;
}
.AnyTagClassName
{
color: #59658D;
}
</style>
background-color css
<style>
a { background-color: #59658D; }
a { background-color: rgb(89,101,141); }
div.DivClassName
{
background-color: #59658D;
}
.BgClassName
{
background-color: #59658D;
}
</style>
border-color css
<style>
span { border-color: #59658D; }
span { border-color: rgb(89,101,141); }
td.TdClassName
{
border-color: #59658D;
}
.TagClassName
{
border-color: #59658D;
}
</style>