Shades of Bitter #858B5B
Tints of Bitter #858B5B
RGB
CMYK
RGB Variations
Color information
#858B5B (or 0x858B5B) is known color: Bitter. HEX triplet: 85, 8B and 5B. RGB value is (133,139,91). Sum of RGB (Red+Green+Blue) = 133+139+91=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #858B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B5B is #7A74A4. Grayscale: #838383. Windows color (decimal): -8025253 or 5999493. OLE color: 5999493.
HSL color Cylindrical-coordinate representation of color #858B5B: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858B5B is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 91 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.45 |
| HSL | 67.5º | 0.21% | 0.45% | - |
| HSV(B) | 67.5º | 0.35% | 0.55% | - |
| XYZ | 20.79 | 24.21 | 13.47 | - |
| YUV | 131.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 91 | 0.04 | 0 | 0.35 | 0.45 | 67.5 | 0.21 | 0.45 |
| Hex | 85 | 8B | 5B | 4 | 0 | 23 | 2D | 44 | 15 | 2D |
| Octal | 205 | 213 | 133 | 4 | 0 | 43 | 55 | 104 | 25 | 55 |
| Binary | 10000101 | 10001011 | 1011011 | 100 | 0 | 100011 | 101101 | 1000100 | 10101 | 101101 |
Color Harmonies of #858B5B
Complementary color
Monochromatic Colors of #858B5B
Black with #858B5B
Text Example
Text Example
White with #858B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B5B; }
p { color: rgb(133,139,91); }
H1.HeaderClassName
{
color: #858B5B;
}
.AnyTagClassName
{
color: #858B5B;
}
</style>
background-color css
<style>
a { background-color: #858B5B; }
a { background-color: rgb(133,139,91); }
div.DivClassName
{
background-color: #858B5B;
}
.BgClassName
{
background-color: #858B5B;
}
</style>
border-color css
<style>
span { border-color: #858B5B; }
span { border-color: rgb(133,139,91); }
td.TdClassName
{
border-color: #858B5B;
}
.TagClassName
{
border-color: #858B5B;
}
</style>