Shades of Cascade #85A29D
Tints of Cascade #85A29D
RGB
CMYK
RGB Variations
Color information
#85A29D (or 0x85A29D) is known color: Cascade. HEX triplet: 85, A2 and 9D. RGB value is (133,162,157). Sum of RGB (Red+Green+Blue) = 133+162+157=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #85A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A29D is #7A5D62. Grayscale: #989898. Windows color (decimal): -8019299 or 10330757. OLE color: 10330757.
HSL color Cylindrical-coordinate representation of color #85A29D: hue angle of 169.66º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A29D is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 157 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.36 |
| HSL | 169.66º | 0.13% | 0.58% | - |
| HSV(B) | 169.66º | 0.18% | 0.64% | - |
| XYZ | 28.68 | 33.26 | 36.81 | - |
| YUV | 152.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 157 | 0.18 | 0 | 0.03 | 0.36 | 169.66 | 0.13 | 0.58 |
| Hex | 85 | A2 | 9D | 12 | 0 | 3 | 24 | AA | D | 3A |
| Octal | 205 | 242 | 235 | 22 | 0 | 3 | 44 | 252 | 15 | 72 |
| Binary | 10000101 | 10100010 | 10011101 | 10010 | 0 | 11 | 100100 | 10101010 | 1101 | 111010 |
Color Harmonies of #85A29D
Complementary color
Monochromatic Colors of #85A29D
Black with #85A29D
Text Example
Text Example
White with #85A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A29D; }
p { color: rgb(133,162,157); }
H1.HeaderClassName
{
color: #85A29D;
}
.AnyTagClassName
{
color: #85A29D;
}
</style>
background-color css
<style>
a { background-color: #85A29D; }
a { background-color: rgb(133,162,157); }
div.DivClassName
{
background-color: #85A29D;
}
.BgClassName
{
background-color: #85A29D;
}
</style>
border-color css
<style>
span { border-color: #85A29D; }
span { border-color: rgb(133,162,157); }
td.TdClassName
{
border-color: #85A29D;
}
.TagClassName
{
border-color: #85A29D;
}
</style>