Shades of Stack #829583
Tints of Stack #829583
RGB
CMYK
RGB Variations
Color information
#829583 (or 0x829583) is known color: Stack. HEX triplet: 82, 95 and 83. RGB value is (130,149,131). Sum of RGB (Red+Green+Blue) = 130+149+131=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #829583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829583 is #7D6A7C. Grayscale: #8D8D8D. Windows color (decimal): -8219261 or 8623490. OLE color: 8623490.
HSL color Cylindrical-coordinate representation of color #829583: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829583 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 131 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.42 |
| HSL | 123.16º | 0.08% | 0.55% | - |
| HSV(B) | 123.16º | 0.13% | 0.58% | - |
| XYZ | 24.05 | 27.88 | 25.59 | - |
| YUV | 141.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 131 | 0.13 | 0 | 0.12 | 0.42 | 123.16 | 0.08 | 0.55 |
| Hex | 82 | 95 | 83 | D | 0 | C | 2A | 7B | 8 | 37 |
| Octal | 202 | 225 | 203 | 15 | 0 | 14 | 52 | 173 | 10 | 67 |
| Binary | 10000010 | 10010101 | 10000011 | 1101 | 0 | 1100 | 101010 | 1111011 | 1000 | 110111 |
Color Harmonies of #829583
Complementary color
Monochromatic Colors of #829583
Black with #829583
Text Example
Text Example
White with #829583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829583; }
p { color: rgb(130,149,131); }
H1.HeaderClassName
{
color: #829583;
}
.AnyTagClassName
{
color: #829583;
}
</style>
background-color css
<style>
a { background-color: #829583; }
a { background-color: rgb(130,149,131); }
div.DivClassName
{
background-color: #829583;
}
.BgClassName
{
background-color: #829583;
}
</style>
border-color css
<style>
span { border-color: #829583; }
span { border-color: rgb(130,149,131); }
td.TdClassName
{
border-color: #829583;
}
.TagClassName
{
border-color: #829583;
}
</style>