Shades of Waikawa Grey #59669C
Tints of Waikawa Grey #59669C
RGB
CMYK
RGB Variations
Color information
#59669C (or 0x59669C) is known color: Waikawa Grey. HEX triplet: 59, 66 and 9C. RGB value is (89,102,156). Sum of RGB (Red+Green+Blue) = 89+102+156=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #59669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59669C is #A69963. Grayscale: #686868. Windows color (decimal): -10918244 or 10249817. OLE color: 10249817.
HSL color Cylindrical-coordinate representation of color #59669C: hue angle of 228.36º 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 #59669C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 102 | 156 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.39 |
| HSL | 228.36º | 0.27% | 0.48% | - |
| HSV(B) | 228.36º | 0.43% | 0.61% | - |
| XYZ | 14.87 | 14.03 | 33.38 | - |
| YUV | 104.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 156 | 0.43 | 0.35 | 0 | 0.39 | 228.36 | 0.27 | 0.48 |
| Hex | 59 | 66 | 9C | 2B | 23 | 0 | 27 | E4 | 1B | 30 |
| Octal | 131 | 146 | 234 | 53 | 43 | 0 | 47 | 344 | 33 | 60 |
| Binary | 1011001 | 1100110 | 10011100 | 101011 | 100011 | 0 | 100111 | 11100100 | 11011 | 110000 |
Color Harmonies of #59669C
Complementary color
Monochromatic Colors of #59669C
Black with #59669C
Text Example
Text Example
White with #59669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59669C; }
p { color: rgb(89,102,156); }
H1.HeaderClassName
{
color: #59669C;
}
.AnyTagClassName
{
color: #59669C;
}
</style>
background-color css
<style>
a { background-color: #59669C; }
a { background-color: rgb(89,102,156); }
div.DivClassName
{
background-color: #59669C;
}
.BgClassName
{
background-color: #59669C;
}
</style>
border-color css
<style>
span { border-color: #59669C; }
span { border-color: rgb(89,102,156); }
td.TdClassName
{
border-color: #59669C;
}
.TagClassName
{
border-color: #59669C;
}
</style>