Shades of Cascade #85A6A1
Tints of Cascade #85A6A1
RGB
CMYK
RGB Variations
Color information
#85A6A1 (or 0x85A6A1) is known color: Cascade. HEX triplet: 85, A6 and A1. RGB value is (133,166,161). Sum of RGB (Red+Green+Blue) = 133+166+161=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #85A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A6A1 is #7A595E. Grayscale: #9B9B9B. Windows color (decimal): -8018271 or 10593925. OLE color: 10593925.
HSL color Cylindrical-coordinate representation of color #85A6A1: hue angle of 170.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85A6A1 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 161 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.35 |
| HSL | 170.91º | 0.16% | 0.59% | - |
| HSV(B) | 170.91º | 0.2% | 0.65% | - |
| XYZ | 29.74 | 34.83 | 38.87 | - |
| YUV | 155.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 161 | 0.20 | 0 | 0.03 | 0.35 | 170.91 | 0.16 | 0.59 |
| Hex | 85 | A6 | A1 | 14 | 0 | 3 | 23 | AB | 10 | 3B |
| Octal | 205 | 246 | 241 | 24 | 0 | 3 | 43 | 253 | 20 | 73 |
| Binary | 10000101 | 10100110 | 10100001 | 10100 | 0 | 11 | 100011 | 10101011 | 10000 | 111011 |
Color Harmonies of #85A6A1
Complementary color
Monochromatic Colors of #85A6A1
Black with #85A6A1
Text Example
Text Example
White with #85A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A6A1; }
p { color: rgb(133,166,161); }
H1.HeaderClassName
{
color: #85A6A1;
}
.AnyTagClassName
{
color: #85A6A1;
}
</style>
background-color css
<style>
a { background-color: #85A6A1; }
a { background-color: rgb(133,166,161); }
div.DivClassName
{
background-color: #85A6A1;
}
.BgClassName
{
background-color: #85A6A1;
}
</style>
border-color css
<style>
span { border-color: #85A6A1; }
span { border-color: rgb(133,166,161); }
td.TdClassName
{
border-color: #85A6A1;
}
.TagClassName
{
border-color: #85A6A1;
}
</style>