Shades of Waikawa Grey #59759C
Tints of Waikawa Grey #59759C
RGB
CMYK
RGB Variations
Color information
#59759C (or 0x59759C) is known color: Waikawa Grey. HEX triplet: 59, 75 and 9C. RGB value is (89,117,156). Sum of RGB (Red+Green+Blue) = 89+117+156=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #59759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59759C is #A68A63. Grayscale: #707070. Windows color (decimal): -10914404 or 10253657. OLE color: 10253657.
HSL color Cylindrical-coordinate representation of color #59759C: hue angle of 214.93º 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 #59759C is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 117 | 156 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.39 |
| HSL | 214.93º | 0.27% | 0.48% | - |
| HSV(B) | 214.93º | 0.43% | 0.61% | - |
| XYZ | 16.48 | 17.25 | 33.91 | - |
| YUV | 113.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 156 | 0.43 | 0.25 | 0 | 0.39 | 214.93 | 0.27 | 0.48 |
| Hex | 59 | 75 | 9C | 2B | 19 | 0 | 27 | D7 | 1B | 30 |
| Octal | 131 | 165 | 234 | 53 | 31 | 0 | 47 | 327 | 33 | 60 |
| Binary | 1011001 | 1110101 | 10011100 | 101011 | 11001 | 0 | 100111 | 11010111 | 11011 | 110000 |
Color Harmonies of #59759C
Complementary color
Monochromatic Colors of #59759C
Black with #59759C
Text Example
Text Example
White with #59759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59759C; }
p { color: rgb(89,117,156); }
H1.HeaderClassName
{
color: #59759C;
}
.AnyTagClassName
{
color: #59759C;
}
</style>
background-color css
<style>
a { background-color: #59759C; }
a { background-color: rgb(89,117,156); }
div.DivClassName
{
background-color: #59759C;
}
.BgClassName
{
background-color: #59759C;
}
</style>
border-color css
<style>
span { border-color: #59759C; }
span { border-color: rgb(89,117,156); }
td.TdClassName
{
border-color: #59759C;
}
.TagClassName
{
border-color: #59759C;
}
</style>