Shades of Cascade #85A59A
Tints of Cascade #85A59A
RGB
CMYK
RGB Variations
Color information
#85A59A (or 0x85A59A) is known color: Cascade. HEX triplet: 85, A5 and 9A. RGB value is (133,165,154). Sum of RGB (Red+Green+Blue) = 133+165+154=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59A is #7A5A65. Grayscale: #9A9A9A. Windows color (decimal): -8018534 or 10134917. OLE color: 10134917.
HSL color Cylindrical-coordinate representation of color #85A59A: hue angle of 159.38º 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 #85A59A is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 154 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.35 |
| HSL | 159.38º | 0.15% | 0.58% | - |
| HSV(B) | 159.38º | 0.19% | 0.65% | - |
| XYZ | 28.96 | 34.23 | 35.65 | - |
| YUV | 154.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 154 | 0.19 | 0 | 0.07 | 0.35 | 159.38 | 0.15 | 0.58 |
| Hex | 85 | A5 | 9A | 13 | 0 | 7 | 23 | 9F | F | 3A |
| Octal | 205 | 245 | 232 | 23 | 0 | 7 | 43 | 237 | 17 | 72 |
| Binary | 10000101 | 10100101 | 10011010 | 10011 | 0 | 111 | 100011 | 10011111 | 1111 | 111010 |
Color Harmonies of #85A59A
Complementary color
Monochromatic Colors of #85A59A
Black with #85A59A
Text Example
Text Example
White with #85A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A59A; }
p { color: rgb(133,165,154); }
H1.HeaderClassName
{
color: #85A59A;
}
.AnyTagClassName
{
color: #85A59A;
}
</style>
background-color css
<style>
a { background-color: #85A59A; }
a { background-color: rgb(133,165,154); }
div.DivClassName
{
background-color: #85A59A;
}
.BgClassName
{
background-color: #85A59A;
}
</style>
border-color css
<style>
span { border-color: #85A59A; }
span { border-color: rgb(133,165,154); }
td.TdClassName
{
border-color: #85A59A;
}
.TagClassName
{
border-color: #85A59A;
}
</style>