Shades of Cascade #85A59E
Tints of Cascade #85A59E
RGB
CMYK
RGB Variations
Color information
#85A59E (or 0x85A59E) is known color: Cascade. HEX triplet: 85, A5 and 9E. RGB value is (133,165,158). Sum of RGB (Red+Green+Blue) = 133+165+158=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59E is #7A5A61. Grayscale: #9A9A9A. Windows color (decimal): -8018530 or 10397061. OLE color: 10397061.
HSL color Cylindrical-coordinate representation of color #85A59E: hue angle of 166.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A59E is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 158 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.35 |
| HSL | 166.88º | 0.15% | 0.58% | - |
| HSV(B) | 166.88º | 0.19% | 0.65% | - |
| XYZ | 29.3 | 34.37 | 37.44 | - |
| YUV | 154.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 158 | 0.19 | 0 | 0.04 | 0.35 | 166.88 | 0.15 | 0.58 |
| Hex | 85 | A5 | 9E | 13 | 0 | 4 | 23 | A7 | F | 3A |
| Octal | 205 | 245 | 236 | 23 | 0 | 4 | 43 | 247 | 17 | 72 |
| Binary | 10000101 | 10100101 | 10011110 | 10011 | 0 | 100 | 100011 | 10100111 | 1111 | 111010 |
Color Harmonies of #85A59E
Complementary color
Monochromatic Colors of #85A59E
Black with #85A59E
Text Example
Text Example
White with #85A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A59E; }
p { color: rgb(133,165,158); }
H1.HeaderClassName
{
color: #85A59E;
}
.AnyTagClassName
{
color: #85A59E;
}
</style>
background-color css
<style>
a { background-color: #85A59E; }
a { background-color: rgb(133,165,158); }
div.DivClassName
{
background-color: #85A59E;
}
.BgClassName
{
background-color: #85A59E;
}
</style>
border-color css
<style>
span { border-color: #85A59E; }
span { border-color: rgb(133,165,158); }
td.TdClassName
{
border-color: #85A59E;
}
.TagClassName
{
border-color: #85A59E;
}
</style>