Shades of Cascade #859F98
Tints of Cascade #859F98
RGB
CMYK
RGB Variations
Color information
#859F98 (or 0x859F98) is known color: Cascade. HEX triplet: 85, 9F and 98. RGB value is (133,159,152). Sum of RGB (Red+Green+Blue) = 133+159+152=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #859F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F98 is #7A6067. Grayscale: #969696. Windows color (decimal): -8020072 or 10002309. OLE color: 10002309.
HSL color Cylindrical-coordinate representation of color #859F98: hue angle of 163.85º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F98 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 152 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.38 |
| HSL | 163.85º | 0.12% | 0.57% | - |
| HSV(B) | 163.85º | 0.16% | 0.62% | - |
| XYZ | 27.74 | 32.05 | 34.43 | - |
| YUV | 150.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 152 | 0.16 | 0 | 0.04 | 0.38 | 163.85 | 0.12 | 0.57 |
| Hex | 85 | 9F | 98 | 10 | 0 | 4 | 26 | A4 | C | 39 |
| Octal | 205 | 237 | 230 | 20 | 0 | 4 | 46 | 244 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10011000 | 10000 | 0 | 100 | 100110 | 10100100 | 1100 | 111001 |
Color Harmonies of #859F98
Complementary color
Monochromatic Colors of #859F98
Black with #859F98
Text Example
Text Example
White with #859F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F98; }
p { color: rgb(133,159,152); }
H1.HeaderClassName
{
color: #859F98;
}
.AnyTagClassName
{
color: #859F98;
}
</style>
background-color css
<style>
a { background-color: #859F98; }
a { background-color: rgb(133,159,152); }
div.DivClassName
{
background-color: #859F98;
}
.BgClassName
{
background-color: #859F98;
}
</style>
border-color css
<style>
span { border-color: #859F98; }
span { border-color: rgb(133,159,152); }
td.TdClassName
{
border-color: #859F98;
}
.TagClassName
{
border-color: #859F98;
}
</style>