Shades of Stack #839580
Tints of Stack #839580
RGB
CMYK
RGB Variations
Color information
#839580 (or 0x839580) is known color: Stack. HEX triplet: 83, 95 and 80. RGB value is (131,149,128). Sum of RGB (Red+Green+Blue) = 131+149+128=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #839580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839580 is #7C6A7F. Grayscale: #8D8D8D. Windows color (decimal): -8153728 or 8426883. OLE color: 8426883.
HSL color Cylindrical-coordinate representation of color #839580: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839580 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 128 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.42 |
| HSL | 111.43º | 0.09% | 0.54% | - |
| HSV(B) | 111.43º | 0.14% | 0.58% | - |
| XYZ | 24 | 27.88 | 24.54 | - |
| YUV | 141.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 128 | 0.12 | 0 | 0.14 | 0.42 | 111.43 | 0.09 | 0.54 |
| Hex | 83 | 95 | 80 | C | 0 | E | 2A | 6F | 9 | 36 |
| Octal | 203 | 225 | 200 | 14 | 0 | 16 | 52 | 157 | 11 | 66 |
| Binary | 10000011 | 10010101 | 10000000 | 1100 | 0 | 1110 | 101010 | 1101111 | 1001 | 110110 |
Color Harmonies of #839580
Complementary color
Monochromatic Colors of #839580
Black with #839580
Text Example
Text Example
White with #839580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839580; }
p { color: rgb(131,149,128); }
H1.HeaderClassName
{
color: #839580;
}
.AnyTagClassName
{
color: #839580;
}
</style>
background-color css
<style>
a { background-color: #839580; }
a { background-color: rgb(131,149,128); }
div.DivClassName
{
background-color: #839580;
}
.BgClassName
{
background-color: #839580;
}
</style>
border-color css
<style>
span { border-color: #839580; }
span { border-color: rgb(131,149,128); }
td.TdClassName
{
border-color: #839580;
}
.TagClassName
{
border-color: #839580;
}
</style>