Shades of Stack #859188
Tints of Stack #859188
RGB
CMYK
RGB Variations
Color information
#859188 (or 0x859188) is known color: Stack. HEX triplet: 85, 91 and 88. RGB value is (133,145,136). Sum of RGB (Red+Green+Blue) = 133+145+136=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #859188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859188 is #7A6E77. Grayscale: #8C8C8C. Windows color (decimal): -8023672 or 8950149. OLE color: 8950149.
HSL color Cylindrical-coordinate representation of color #859188: hue angle of 135º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #859188 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 136 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.43 |
| HSL | 135º | 0.05% | 0.55% | - |
| HSV(B) | 135º | 0.08% | 0.57% | - |
| XYZ | 24.24 | 27.01 | 27.23 | - |
| YUV | 140.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 136 | 0.08 | 0 | 0.06 | 0.43 | 135 | 0.05 | 0.55 |
| Hex | 85 | 91 | 88 | 8 | 0 | 6 | 2B | 87 | 5 | 37 |
| Octal | 205 | 221 | 210 | 10 | 0 | 6 | 53 | 207 | 5 | 67 |
| Binary | 10000101 | 10010001 | 10001000 | 1000 | 0 | 110 | 101011 | 10000111 | 101 | 110111 |
Color Harmonies of #859188
Complementary color
Monochromatic Colors of #859188
Black with #859188
Text Example
Text Example
White with #859188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859188; }
p { color: rgb(133,145,136); }
H1.HeaderClassName
{
color: #859188;
}
.AnyTagClassName
{
color: #859188;
}
</style>
background-color css
<style>
a { background-color: #859188; }
a { background-color: rgb(133,145,136); }
div.DivClassName
{
background-color: #859188;
}
.BgClassName
{
background-color: #859188;
}
</style>
border-color css
<style>
span { border-color: #859188; }
span { border-color: rgb(133,145,136); }
td.TdClassName
{
border-color: #859188;
}
.TagClassName
{
border-color: #859188;
}
</style>