Shades of Waikawa Grey #59648F
Tints of Waikawa Grey #59648F
RGB
CMYK
RGB Variations
Color information
#59648F (or 0x59648F) is known color: Waikawa Grey. HEX triplet: 59, 64 and 8F. RGB value is (89,100,143). Sum of RGB (Red+Green+Blue) = 89+100+143=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #59648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59648F is #A69B70. Grayscale: #656565. Windows color (decimal): -10918769 or 9397337. OLE color: 9397337.
HSL color Cylindrical-coordinate representation of color #59648F: hue angle of 227.78º 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 #59648F is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 100 | 143 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.44 |
| HSL | 227.78º | 0.23% | 0.45% | - |
| HSV(B) | 227.78º | 0.38% | 0.56% | - |
| XYZ | 13.63 | 13.22 | 27.82 | - |
| YUV | 101.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 143 | 0.38 | 0.30 | 0 | 0.44 | 227.78 | 0.23 | 0.45 |
| Hex | 59 | 64 | 8F | 26 | 1E | 0 | 2C | E4 | 17 | 2D |
| Octal | 131 | 144 | 217 | 46 | 36 | 0 | 54 | 344 | 27 | 55 |
| Binary | 1011001 | 1100100 | 10001111 | 100110 | 11110 | 0 | 101100 | 11100100 | 10111 | 101101 |
Color Harmonies of #59648F
Complementary color
Monochromatic Colors of #59648F
Black with #59648F
Text Example
Text Example
White with #59648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59648F; }
p { color: rgb(89,100,143); }
H1.HeaderClassName
{
color: #59648F;
}
.AnyTagClassName
{
color: #59648F;
}
</style>
background-color css
<style>
a { background-color: #59648F; }
a { background-color: rgb(89,100,143); }
div.DivClassName
{
background-color: #59648F;
}
.BgClassName
{
background-color: #59648F;
}
</style>
border-color css
<style>
span { border-color: #59648F; }
span { border-color: rgb(89,100,143); }
td.TdClassName
{
border-color: #59648F;
}
.TagClassName
{
border-color: #59648F;
}
</style>