Shades of Topaz #85808E
Tints of Topaz #85808E
RGB
CMYK
RGB Variations
Color information
#85808E (or 0x85808E) is known color: Topaz. HEX triplet: 85, 80 and 8E. RGB value is (133,128,142). Sum of RGB (Red+Green+Blue) = 133+128+142=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #85808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85808E is #7A7F71. Grayscale: #838383. Windows color (decimal): -8028018 or 9339013. OLE color: 9339013.
HSL color Cylindrical-coordinate representation of color #85808E: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85808E is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 128 | 142 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.44 |
| HSL | 261.43º | 0.06% | 0.53% | - |
| HSV(B) | 261.43º | 0.1% | 0.56% | - |
| XYZ | 22.27 | 22.38 | 28.74 | - |
| YUV | 131.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 142 | 0.06 | 0.10 | 0 | 0.44 | 261.43 | 0.06 | 0.53 |
| Hex | 85 | 80 | 8E | 6 | A | 0 | 2C | 105 | 6 | 35 |
| Octal | 205 | 200 | 216 | 6 | 12 | 0 | 54 | 405 | 6 | 65 |
| Binary | 10000101 | 10000000 | 10001110 | 110 | 1010 | 0 | 101100 | 100000101 | 110 | 110101 |
Color Harmonies of #85808E
Complementary color
Monochromatic Colors of #85808E
Black with #85808E
Text Example
Text Example
White with #85808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85808E; }
p { color: rgb(133,128,142); }
H1.HeaderClassName
{
color: #85808E;
}
.AnyTagClassName
{
color: #85808E;
}
</style>
background-color css
<style>
a { background-color: #85808E; }
a { background-color: rgb(133,128,142); }
div.DivClassName
{
background-color: #85808E;
}
.BgClassName
{
background-color: #85808E;
}
</style>
border-color css
<style>
span { border-color: #85808E; }
span { border-color: rgb(133,128,142); }
td.TdClassName
{
border-color: #85808E;
}
.TagClassName
{
border-color: #85808E;
}
</style>