Shades of Cascade #85AB9E
Tints of Cascade #85AB9E
RGB
CMYK
RGB Variations
Color information
#85AB9E (or 0x85AB9E) is known color: Cascade. HEX triplet: 85, AB and 9E. RGB value is (133,171,158). Sum of RGB (Red+Green+Blue) = 133+171+158=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB9E is #7A5461. Grayscale: #9E9E9E. Windows color (decimal): -8016994 or 10398597. OLE color: 10398597.
HSL color Cylindrical-coordinate representation of color #85AB9E: hue angle of 159.47º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AB9E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 158 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.33 |
| HSL | 159.47º | 0.18% | 0.6% | - |
| HSV(B) | 159.47º | 0.22% | 0.67% | - |
| XYZ | 30.41 | 36.58 | 37.81 | - |
| YUV | 158.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 158 | 0.22 | 0 | 0.08 | 0.33 | 159.47 | 0.18 | 0.6 |
| Hex | 85 | AB | 9E | 16 | 0 | 8 | 21 | 9F | 12 | 3C |
| Octal | 205 | 253 | 236 | 26 | 0 | 10 | 41 | 237 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10011110 | 10110 | 0 | 1000 | 100001 | 10011111 | 10010 | 111100 |
Color Harmonies of #85AB9E
Complementary color
Monochromatic Colors of #85AB9E
Black with #85AB9E
Text Example
Text Example
White with #85AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB9E; }
p { color: rgb(133,171,158); }
H1.HeaderClassName
{
color: #85AB9E;
}
.AnyTagClassName
{
color: #85AB9E;
}
</style>
background-color css
<style>
a { background-color: #85AB9E; }
a { background-color: rgb(133,171,158); }
div.DivClassName
{
background-color: #85AB9E;
}
.BgClassName
{
background-color: #85AB9E;
}
</style>
border-color css
<style>
span { border-color: #85AB9E; }
span { border-color: rgb(133,171,158); }
td.TdClassName
{
border-color: #85AB9E;
}
.TagClassName
{
border-color: #85AB9E;
}
</style>