Shades of Waikawa Grey #59659C
Tints of Waikawa Grey #59659C
RGB
CMYK
RGB Variations
Color information
#59659C (or 0x59659C) is known color: Waikawa Grey. HEX triplet: 59, 65 and 9C. RGB value is (89,101,156). Sum of RGB (Red+Green+Blue) = 89+101+156=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #59659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59659C is #A69A63. Grayscale: #676767. Windows color (decimal): -10918500 or 10249561. OLE color: 10249561.
HSL color Cylindrical-coordinate representation of color #59659C: hue angle of 229.25º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59659C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 101 | 156 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.39 |
| HSL | 229.25º | 0.27% | 0.48% | - |
| HSV(B) | 229.25º | 0.43% | 0.61% | - |
| XYZ | 14.77 | 13.83 | 33.34 | - |
| YUV | 103.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 156 | 0.43 | 0.35 | 0 | 0.39 | 229.25 | 0.27 | 0.48 |
| Hex | 59 | 65 | 9C | 2B | 23 | 0 | 27 | E5 | 1B | 30 |
| Octal | 131 | 145 | 234 | 53 | 43 | 0 | 47 | 345 | 33 | 60 |
| Binary | 1011001 | 1100101 | 10011100 | 101011 | 100011 | 0 | 100111 | 11100101 | 11011 | 110000 |
Color Harmonies of #59659C
Complementary color
Monochromatic Colors of #59659C
Black with #59659C
Text Example
Text Example
White with #59659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59659C; }
p { color: rgb(89,101,156); }
H1.HeaderClassName
{
color: #59659C;
}
.AnyTagClassName
{
color: #59659C;
}
</style>
background-color css
<style>
a { background-color: #59659C; }
a { background-color: rgb(89,101,156); }
div.DivClassName
{
background-color: #59659C;
}
.BgClassName
{
background-color: #59659C;
}
</style>
border-color css
<style>
span { border-color: #59659C; }
span { border-color: rgb(89,101,156); }
td.TdClassName
{
border-color: #59659C;
}
.TagClassName
{
border-color: #59659C;
}
</style>