Shades of Waikawa Grey #59669D
Tints of Waikawa Grey #59669D
RGB
CMYK
RGB Variations
Color information
#59669D (or 0x59669D) is known color: Waikawa Grey. HEX triplet: 59, 66 and 9D. RGB value is (89,102,157). Sum of RGB (Red+Green+Blue) = 89+102+157=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #59669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59669D is #A69962. Grayscale: #686868. Windows color (decimal): -10918243 or 10315353. OLE color: 10315353.
HSL color Cylindrical-coordinate representation of color #59669D: hue angle of 228.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59669D is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 102 | 157 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.38 |
| HSL | 228.53º | 0.28% | 0.48% | - |
| HSV(B) | 228.53º | 0.43% | 0.62% | - |
| XYZ | 14.96 | 14.06 | 33.82 | - |
| YUV | 104.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 157 | 0.43 | 0.35 | 0 | 0.38 | 228.53 | 0.28 | 0.48 |
| Hex | 59 | 66 | 9D | 2B | 23 | 0 | 26 | E5 | 1C | 30 |
| Octal | 131 | 146 | 235 | 53 | 43 | 0 | 46 | 345 | 34 | 60 |
| Binary | 1011001 | 1100110 | 10011101 | 101011 | 100011 | 0 | 100110 | 11100101 | 11100 | 110000 |
Color Harmonies of #59669D
Complementary color
Monochromatic Colors of #59669D
Black with #59669D
Text Example
Text Example
White with #59669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59669D; }
p { color: rgb(89,102,157); }
H1.HeaderClassName
{
color: #59669D;
}
.AnyTagClassName
{
color: #59669D;
}
</style>
background-color css
<style>
a { background-color: #59669D; }
a { background-color: rgb(89,102,157); }
div.DivClassName
{
background-color: #59669D;
}
.BgClassName
{
background-color: #59669D;
}
</style>
border-color css
<style>
span { border-color: #59669D; }
span { border-color: rgb(89,102,157); }
td.TdClassName
{
border-color: #59669D;
}
.TagClassName
{
border-color: #59669D;
}
</style>