Shades of Envy #839588
Tints of Envy #839588
RGB
CMYK
RGB Variations
Color information
#839588 (or 0x839588) is known color: Envy. HEX triplet: 83, 95 and 88. RGB value is (131,149,136). Sum of RGB (Red+Green+Blue) = 131+149+136=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #839588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839588 is #7C6A77. Grayscale: #8E8E8E. Windows color (decimal): -8153720 or 8951171. OLE color: 8951171.
HSL color Cylindrical-coordinate representation of color #839588: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839588 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 136 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.42 |
| HSL | 136.67º | 0.08% | 0.55% | - |
| HSV(B) | 136.67º | 0.12% | 0.58% | - |
| XYZ | 24.55 | 28.1 | 27.42 | - |
| YUV | 142.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 136 | 0.12 | 0 | 0.09 | 0.42 | 136.67 | 0.08 | 0.55 |
| Hex | 83 | 95 | 88 | C | 0 | 9 | 2A | 89 | 8 | 37 |
| Octal | 203 | 225 | 210 | 14 | 0 | 11 | 52 | 211 | 10 | 67 |
| Binary | 10000011 | 10010101 | 10001000 | 1100 | 0 | 1001 | 101010 | 10001001 | 1000 | 110111 |
Color Harmonies of #839588
Complementary color
Monochromatic Colors of #839588
Black with #839588
Text Example
Text Example
White with #839588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839588; }
p { color: rgb(131,149,136); }
H1.HeaderClassName
{
color: #839588;
}
.AnyTagClassName
{
color: #839588;
}
</style>
background-color css
<style>
a { background-color: #839588; }
a { background-color: rgb(131,149,136); }
div.DivClassName
{
background-color: #839588;
}
.BgClassName
{
background-color: #839588;
}
</style>
border-color css
<style>
span { border-color: #839588; }
span { border-color: rgb(131,149,136); }
td.TdClassName
{
border-color: #839588;
}
.TagClassName
{
border-color: #839588;
}
</style>