Shades of Cascade #859C97
Tints of Cascade #859C97
RGB
CMYK
RGB Variations
Color information
#859C97 (or 0x859C97) is known color: Cascade. HEX triplet: 85, 9C and 97. RGB value is (133,156,151). Sum of RGB (Red+Green+Blue) = 133+156+151=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #859C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C97 is #7A6368. Grayscale: #949494. Windows color (decimal): -8020841 or 9936005. OLE color: 9936005.
HSL color Cylindrical-coordinate representation of color #859C97: hue angle of 166.96º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C97 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 151 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.39 |
| HSL | 166.96º | 0.1% | 0.57% | - |
| HSV(B) | 166.96º | 0.15% | 0.61% | - |
| XYZ | 27.15 | 31 | 33.83 | - |
| YUV | 148.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 151 | 0.15 | 0 | 0.03 | 0.39 | 166.96 | 0.1 | 0.57 |
| Hex | 85 | 9C | 97 | F | 0 | 3 | 27 | A7 | A | 39 |
| Octal | 205 | 234 | 227 | 17 | 0 | 3 | 47 | 247 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10010111 | 1111 | 0 | 11 | 100111 | 10100111 | 1010 | 111001 |
Color Harmonies of #859C97
Complementary color
Monochromatic Colors of #859C97
Black with #859C97
Text Example
Text Example
White with #859C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C97; }
p { color: rgb(133,156,151); }
H1.HeaderClassName
{
color: #859C97;
}
.AnyTagClassName
{
color: #859C97;
}
</style>
background-color css
<style>
a { background-color: #859C97; }
a { background-color: rgb(133,156,151); }
div.DivClassName
{
background-color: #859C97;
}
.BgClassName
{
background-color: #859C97;
}
</style>
border-color css
<style>
span { border-color: #859C97; }
span { border-color: rgb(133,156,151); }
td.TdClassName
{
border-color: #859C97;
}
.TagClassName
{
border-color: #859C97;
}
</style>