Shades of Cascade #89A59D
Tints of Cascade #89A59D
RGB
CMYK
RGB Variations
Color information
#89A59D (or 0x89A59D) is known color: Cascade. HEX triplet: 89, A5 and 9D. RGB value is (137,165,157). Sum of RGB (Red+Green+Blue) = 137+165+157=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #89A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A59D is #765A62. Grayscale: #9B9B9B. Windows color (decimal): -7756387 or 10331529. OLE color: 10331529.
HSL color Cylindrical-coordinate representation of color #89A59D: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A59D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 165 | 157 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.35 |
| HSL | 162.86º | 0.13% | 0.59% | - |
| HSV(B) | 162.86º | 0.17% | 0.65% | - |
| XYZ | 29.86 | 34.66 | 37.02 | - |
| YUV | 155.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 157 | 0.17 | 0 | 0.05 | 0.35 | 162.86 | 0.13 | 0.59 |
| Hex | 89 | A5 | 9D | 11 | 0 | 5 | 23 | A3 | D | 3B |
| Octal | 211 | 245 | 235 | 21 | 0 | 5 | 43 | 243 | 15 | 73 |
| Binary | 10001001 | 10100101 | 10011101 | 10001 | 0 | 101 | 100011 | 10100011 | 1101 | 111011 |
Color Harmonies of #89A59D
Complementary color
Monochromatic Colors of #89A59D
Black with #89A59D
Text Example
Text Example
White with #89A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A59D; }
p { color: rgb(137,165,157); }
H1.HeaderClassName
{
color: #89A59D;
}
.AnyTagClassName
{
color: #89A59D;
}
</style>
background-color css
<style>
a { background-color: #89A59D; }
a { background-color: rgb(137,165,157); }
div.DivClassName
{
background-color: #89A59D;
}
.BgClassName
{
background-color: #89A59D;
}
</style>
border-color css
<style>
span { border-color: #89A59D; }
span { border-color: rgb(137,165,157); }
td.TdClassName
{
border-color: #89A59D;
}
.TagClassName
{
border-color: #89A59D;
}
</style>