Shades of Topaz #85818E
Tints of Topaz #85818E
RGB
CMYK
RGB Variations
Color information
#85818E (or 0x85818E) is known color: Topaz. HEX triplet: 85, 81 and 8E. RGB value is (133,129,142). Sum of RGB (Red+Green+Blue) = 133+129+142=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #85818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85818E is #7A7E71. Grayscale: #838383. Windows color (decimal): -8027762 or 9339269. OLE color: 9339269.
HSL color Cylindrical-coordinate representation of color #85818E: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85818E is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 129 | 142 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.44 |
| HSL | 258.46º | 0.05% | 0.53% | - |
| HSV(B) | 258.46º | 0.09% | 0.56% | - |
| XYZ | 22.41 | 22.64 | 28.78 | - |
| YUV | 131.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 142 | 0.06 | 0.09 | 0 | 0.44 | 258.46 | 0.05 | 0.53 |
| Hex | 85 | 81 | 8E | 6 | 9 | 0 | 2C | 102 | 5 | 35 |
| Octal | 205 | 201 | 216 | 6 | 11 | 0 | 54 | 402 | 5 | 65 |
| Binary | 10000101 | 10000001 | 10001110 | 110 | 1001 | 0 | 101100 | 100000010 | 101 | 110101 |
Color Harmonies of #85818E
Complementary color
Monochromatic Colors of #85818E
Black with #85818E
Text Example
Text Example
White with #85818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85818E; }
p { color: rgb(133,129,142); }
H1.HeaderClassName
{
color: #85818E;
}
.AnyTagClassName
{
color: #85818E;
}
</style>
background-color css
<style>
a { background-color: #85818E; }
a { background-color: rgb(133,129,142); }
div.DivClassName
{
background-color: #85818E;
}
.BgClassName
{
background-color: #85818E;
}
</style>
border-color css
<style>
span { border-color: #85818E; }
span { border-color: rgb(133,129,142); }
td.TdClassName
{
border-color: #85818E;
}
.TagClassName
{
border-color: #85818E;
}
</style>