Shades of Waikawa Grey #59658F
Tints of Waikawa Grey #59658F
RGB
CMYK
RGB Variations
Color information
#59658F (or 0x59658F) is known color: Waikawa Grey. HEX triplet: 59, 65 and 8F. RGB value is (89,101,143). Sum of RGB (Red+Green+Blue) = 89+101+143=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #59658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59658F is #A69A70. Grayscale: #666666. Windows color (decimal): -10918513 or 9397593. OLE color: 9397593.
HSL color Cylindrical-coordinate representation of color #59658F: hue angle of 226.67º 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 #59658F is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 101 | 143 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.44 |
| HSL | 226.67º | 0.23% | 0.45% | - |
| HSV(B) | 226.67º | 0.38% | 0.56% | - |
| XYZ | 13.73 | 13.41 | 27.85 | - |
| YUV | 102.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 143 | 0.38 | 0.29 | 0 | 0.44 | 226.67 | 0.23 | 0.45 |
| Hex | 59 | 65 | 8F | 26 | 1D | 0 | 2C | E3 | 17 | 2D |
| Octal | 131 | 145 | 217 | 46 | 35 | 0 | 54 | 343 | 27 | 55 |
| Binary | 1011001 | 1100101 | 10001111 | 100110 | 11101 | 0 | 101100 | 11100011 | 10111 | 101101 |
Color Harmonies of #59658F
Complementary color
Monochromatic Colors of #59658F
Black with #59658F
Text Example
Text Example
White with #59658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59658F; }
p { color: rgb(89,101,143); }
H1.HeaderClassName
{
color: #59658F;
}
.AnyTagClassName
{
color: #59658F;
}
</style>
background-color css
<style>
a { background-color: #59658F; }
a { background-color: rgb(89,101,143); }
div.DivClassName
{
background-color: #59658F;
}
.BgClassName
{
background-color: #59658F;
}
</style>
border-color css
<style>
span { border-color: #59658F; }
span { border-color: rgb(89,101,143); }
td.TdClassName
{
border-color: #59658F;
}
.TagClassName
{
border-color: #59658F;
}
</style>