Shades of Topaz #85828E
Tints of Topaz #85828E
RGB
CMYK
RGB Variations
Color information
#85828E (or 0x85828E) is known color: Topaz. HEX triplet: 85, 82 and 8E. RGB value is (133,130,142). Sum of RGB (Red+Green+Blue) = 133+130+142=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #85828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828E is #7A7D71. Grayscale: #848484. Windows color (decimal): -8027506 or 9339525. OLE color: 9339525.
HSL color Cylindrical-coordinate representation of color #85828E: hue angle of 255º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85828E is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 130 | 142 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.44 |
| HSL | 255º | 0.05% | 0.53% | - |
| HSV(B) | 255º | 0.08% | 0.56% | - |
| XYZ | 22.54 | 22.9 | 28.82 | - |
| YUV | 132.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 142 | 0.06 | 0.08 | 0 | 0.44 | 255 | 0.05 | 0.53 |
| Hex | 85 | 82 | 8E | 6 | 8 | 0 | 2C | FF | 5 | 35 |
| Octal | 205 | 202 | 216 | 6 | 10 | 0 | 54 | 377 | 5 | 65 |
| Binary | 10000101 | 10000010 | 10001110 | 110 | 1000 | 0 | 101100 | 11111111 | 101 | 110101 |
Color Harmonies of #85828E
Complementary color
Monochromatic Colors of #85828E
Black with #85828E
Text Example
Text Example
White with #85828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85828E; }
p { color: rgb(133,130,142); }
H1.HeaderClassName
{
color: #85828E;
}
.AnyTagClassName
{
color: #85828E;
}
</style>
background-color css
<style>
a { background-color: #85828E; }
a { background-color: rgb(133,130,142); }
div.DivClassName
{
background-color: #85828E;
}
.BgClassName
{
background-color: #85828E;
}
</style>
border-color css
<style>
span { border-color: #85828E; }
span { border-color: rgb(133,130,142); }
td.TdClassName
{
border-color: #85828E;
}
.TagClassName
{
border-color: #85828E;
}
</style>