Shades of Cascade #85A59B
Tints of Cascade #85A59B
RGB
CMYK
RGB Variations
Color information
#85A59B (or 0x85A59B) is known color: Cascade. HEX triplet: 85, A5 and 9B. RGB value is (133,165,155). Sum of RGB (Red+Green+Blue) = 133+165+155=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59B is #7A5A64. Grayscale: #9A9A9A. Windows color (decimal): -8018533 or 10200453. OLE color: 10200453.
HSL color Cylindrical-coordinate representation of color #85A59B: hue angle of 161.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A59B is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 155 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.35 |
| HSL | 161.25º | 0.15% | 0.58% | - |
| HSV(B) | 161.25º | 0.19% | 0.65% | - |
| XYZ | 29.04 | 34.26 | 36.09 | - |
| YUV | 154.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 155 | 0.19 | 0 | 0.06 | 0.35 | 161.25 | 0.15 | 0.58 |
| Hex | 85 | A5 | 9B | 13 | 0 | 6 | 23 | A1 | F | 3A |
| Octal | 205 | 245 | 233 | 23 | 0 | 6 | 43 | 241 | 17 | 72 |
| Binary | 10000101 | 10100101 | 10011011 | 10011 | 0 | 110 | 100011 | 10100001 | 1111 | 111010 |
Color Harmonies of #85A59B
Complementary color
Monochromatic Colors of #85A59B
Black with #85A59B
Text Example
Text Example
White with #85A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A59B; }
p { color: rgb(133,165,155); }
H1.HeaderClassName
{
color: #85A59B;
}
.AnyTagClassName
{
color: #85A59B;
}
</style>
background-color css
<style>
a { background-color: #85A59B; }
a { background-color: rgb(133,165,155); }
div.DivClassName
{
background-color: #85A59B;
}
.BgClassName
{
background-color: #85A59B;
}
</style>
border-color css
<style>
span { border-color: #85A59B; }
span { border-color: rgb(133,165,155); }
td.TdClassName
{
border-color: #85A59B;
}
.TagClassName
{
border-color: #85A59B;
}
</style>