Shades of Topaz #85818D
Tints of Topaz #85818D
RGB
CMYK
RGB Variations
Color information
#85818D (or 0x85818D) is known color: Topaz. HEX triplet: 85, 81 and 8D. RGB value is (133,129,141). Sum of RGB (Red+Green+Blue) = 133+129+141=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #85818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85818D is #7A7E72. Grayscale: #838383. Windows color (decimal): -8027763 or 9273733. OLE color: 9273733.
HSL color Cylindrical-coordinate representation of color #85818D: hue angle of 260º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85818D is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 129 | 141 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.45 |
| HSL | 260º | 0.05% | 0.53% | - |
| HSV(B) | 260º | 0.09% | 0.55% | - |
| XYZ | 22.33 | 22.61 | 28.39 | - |
| YUV | 131.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 141 | 0.06 | 0.09 | 0 | 0.45 | 260 | 0.05 | 0.53 |
| Hex | 85 | 81 | 8D | 6 | 9 | 0 | 2D | 104 | 5 | 35 |
| Octal | 205 | 201 | 215 | 6 | 11 | 0 | 55 | 404 | 5 | 65 |
| Binary | 10000101 | 10000001 | 10001101 | 110 | 1001 | 0 | 101101 | 100000100 | 101 | 110101 |
Color Harmonies of #85818D
Complementary color
Monochromatic Colors of #85818D
Black with #85818D
Text Example
Text Example
White with #85818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85818D; }
p { color: rgb(133,129,141); }
H1.HeaderClassName
{
color: #85818D;
}
.AnyTagClassName
{
color: #85818D;
}
</style>
background-color css
<style>
a { background-color: #85818D; }
a { background-color: rgb(133,129,141); }
div.DivClassName
{
background-color: #85818D;
}
.BgClassName
{
background-color: #85818D;
}
</style>
border-color css
<style>
span { border-color: #85818D; }
span { border-color: rgb(133,129,141); }
td.TdClassName
{
border-color: #85818D;
}
.TagClassName
{
border-color: #85818D;
}
</style>