Shades of Cascade #85AB9C
Tints of Cascade #85AB9C
RGB
CMYK
RGB Variations
Color information
#85AB9C (or 0x85AB9C) is known color: Cascade. HEX triplet: 85, AB and 9C. RGB value is (133,171,156). Sum of RGB (Red+Green+Blue) = 133+171+156=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB9C is #7A5463. Grayscale: #9D9D9D. Windows color (decimal): -8016996 or 10267525. OLE color: 10267525.
HSL color Cylindrical-coordinate representation of color #85AB9C: hue angle of 156.32º 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 #85AB9C is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 156 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.33 |
| HSL | 156.32º | 0.18% | 0.6% | - |
| HSV(B) | 156.32º | 0.22% | 0.67% | - |
| XYZ | 30.24 | 36.51 | 36.91 | - |
| YUV | 157.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 156 | 0.22 | 0 | 0.09 | 0.33 | 156.32 | 0.18 | 0.6 |
| Hex | 85 | AB | 9C | 16 | 0 | 9 | 21 | 9C | 12 | 3C |
| Octal | 205 | 253 | 234 | 26 | 0 | 11 | 41 | 234 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10011100 | 10110 | 0 | 1001 | 100001 | 10011100 | 10010 | 111100 |
Color Harmonies of #85AB9C
Complementary color
Monochromatic Colors of #85AB9C
Black with #85AB9C
Text Example
Text Example
White with #85AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB9C; }
p { color: rgb(133,171,156); }
H1.HeaderClassName
{
color: #85AB9C;
}
.AnyTagClassName
{
color: #85AB9C;
}
</style>
background-color css
<style>
a { background-color: #85AB9C; }
a { background-color: rgb(133,171,156); }
div.DivClassName
{
background-color: #85AB9C;
}
.BgClassName
{
background-color: #85AB9C;
}
</style>
border-color css
<style>
span { border-color: #85AB9C; }
span { border-color: rgb(133,171,156); }
td.TdClassName
{
border-color: #85AB9C;
}
.TagClassName
{
border-color: #85AB9C;
}
</style>