Shades of Cascade #85A599
Tints of Cascade #85A599
RGB
CMYK
RGB Variations
Color information
#85A599 (or 0x85A599) is known color: Cascade. HEX triplet: 85, A5 and 99. RGB value is (133,165,153). Sum of RGB (Red+Green+Blue) = 133+165+153=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #85A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A599 is #7A5A66. Grayscale: #9A9A9A. Windows color (decimal): -8018535 or 10069381. OLE color: 10069381.
HSL color Cylindrical-coordinate representation of color #85A599: hue angle of 157.5º 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 #85A599 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 153 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.35 |
| HSL | 157.5º | 0.15% | 0.58% | - |
| HSV(B) | 157.5º | 0.19% | 0.65% | - |
| XYZ | 28.88 | 34.2 | 35.22 | - |
| YUV | 154.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 153 | 0.19 | 0 | 0.07 | 0.35 | 157.5 | 0.15 | 0.58 |
| Hex | 85 | A5 | 99 | 13 | 0 | 7 | 23 | 9E | F | 3A |
| Octal | 205 | 245 | 231 | 23 | 0 | 7 | 43 | 236 | 17 | 72 |
| Binary | 10000101 | 10100101 | 10011001 | 10011 | 0 | 111 | 100011 | 10011110 | 1111 | 111010 |
Color Harmonies of #85A599
Complementary color
Monochromatic Colors of #85A599
Black with #85A599
Text Example
Text Example
White with #85A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A599; }
p { color: rgb(133,165,153); }
H1.HeaderClassName
{
color: #85A599;
}
.AnyTagClassName
{
color: #85A599;
}
</style>
background-color css
<style>
a { background-color: #85A599; }
a { background-color: rgb(133,165,153); }
div.DivClassName
{
background-color: #85A599;
}
.BgClassName
{
background-color: #85A599;
}
</style>
border-color css
<style>
span { border-color: #85A599; }
span { border-color: rgb(133,165,153); }
td.TdClassName
{
border-color: #85A599;
}
.TagClassName
{
border-color: #85A599;
}
</style>