Shades of Cascade #85A29B
Tints of Cascade #85A29B
RGB
CMYK
RGB Variations
Color information
#85A29B (or 0x85A29B) is known color: Cascade. HEX triplet: 85, A2 and 9B. RGB value is (133,162,155). Sum of RGB (Red+Green+Blue) = 133+162+155=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #85A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A29B is #7A5D64. Grayscale: #989898. Windows color (decimal): -8019301 or 10199685. OLE color: 10199685.
HSL color Cylindrical-coordinate representation of color #85A29B: hue angle of 165.52º 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 #85A29B is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 155 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.36 |
| HSL | 165.52º | 0.13% | 0.58% | - |
| HSV(B) | 165.52º | 0.18% | 0.64% | - |
| XYZ | 28.51 | 33.19 | 35.91 | - |
| YUV | 152.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 155 | 0.18 | 0 | 0.04 | 0.36 | 165.52 | 0.13 | 0.58 |
| Hex | 85 | A2 | 9B | 12 | 0 | 4 | 24 | A6 | D | 3A |
| Octal | 205 | 242 | 233 | 22 | 0 | 4 | 44 | 246 | 15 | 72 |
| Binary | 10000101 | 10100010 | 10011011 | 10010 | 0 | 100 | 100100 | 10100110 | 1101 | 111010 |
Color Harmonies of #85A29B
Complementary color
Monochromatic Colors of #85A29B
Black with #85A29B
Text Example
Text Example
White with #85A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A29B; }
p { color: rgb(133,162,155); }
H1.HeaderClassName
{
color: #85A29B;
}
.AnyTagClassName
{
color: #85A29B;
}
</style>
background-color css
<style>
a { background-color: #85A29B; }
a { background-color: rgb(133,162,155); }
div.DivClassName
{
background-color: #85A29B;
}
.BgClassName
{
background-color: #85A29B;
}
</style>
border-color css
<style>
span { border-color: #85A29B; }
span { border-color: rgb(133,162,155); }
td.TdClassName
{
border-color: #85A29B;
}
.TagClassName
{
border-color: #85A29B;
}
</style>