Shades of Topaz #85828B
Tints of Topaz #85828B
RGB
CMYK
RGB Variations
Color information
#85828B (or 0x85828B) is known color: Topaz. HEX triplet: 85, 82 and 8B. RGB value is (133,130,139). Sum of RGB (Red+Green+Blue) = 133+130+139=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #85828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828B is #7A7D74. Grayscale: #838383. Windows color (decimal): -8027509 or 9142917. OLE color: 9142917.
HSL color Cylindrical-coordinate representation of color #85828B: hue angle of 260º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85828B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 130 | 139 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.45 |
| HSL | 260º | 0.04% | 0.53% | - |
| HSV(B) | 260º | 0.06% | 0.55% | - |
| XYZ | 22.32 | 22.82 | 27.65 | - |
| YUV | 131.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 139 | 0.04 | 0.06 | 0 | 0.45 | 260 | 0.04 | 0.53 |
| Hex | 85 | 82 | 8B | 4 | 6 | 0 | 2D | 104 | 4 | 35 |
| Octal | 205 | 202 | 213 | 4 | 6 | 0 | 55 | 404 | 4 | 65 |
| Binary | 10000101 | 10000010 | 10001011 | 100 | 110 | 0 | 101101 | 100000100 | 100 | 110101 |
Color Harmonies of #85828B
Complementary color
Monochromatic Colors of #85828B
Black with #85828B
Text Example
Text Example
White with #85828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85828B; }
p { color: rgb(133,130,139); }
H1.HeaderClassName
{
color: #85828B;
}
.AnyTagClassName
{
color: #85828B;
}
</style>
background-color css
<style>
a { background-color: #85828B; }
a { background-color: rgb(133,130,139); }
div.DivClassName
{
background-color: #85828B;
}
.BgClassName
{
background-color: #85828B;
}
</style>
border-color css
<style>
span { border-color: #85828B; }
span { border-color: rgb(133,130,139); }
td.TdClassName
{
border-color: #85828B;
}
.TagClassName
{
border-color: #85828B;
}
</style>