Shades of Topaz #85838B
Tints of Topaz #85838B
RGB
CMYK
RGB Variations
Color information
#85838B (or 0x85838B) is known color: Topaz. HEX triplet: 85, 83 and 8B. RGB value is (133,131,139). Sum of RGB (Red+Green+Blue) = 133+131+139=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #85838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85838B is #7A7C74. Grayscale: #848484. Windows color (decimal): -8027253 or 9143173. OLE color: 9143173.
HSL color Cylindrical-coordinate representation of color #85838B: hue angle of 255º degrees, saturation: 0.03, 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 #85838B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 131 | 139 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.45 |
| HSL | 255º | 0.03% | 0.53% | - |
| HSV(B) | 255º | 0.06% | 0.55% | - |
| XYZ | 22.45 | 23.08 | 27.7 | - |
| YUV | 132.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 139 | 0.04 | 0.06 | 0 | 0.45 | 255 | 0.03 | 0.53 |
| Hex | 85 | 83 | 8B | 4 | 6 | 0 | 2D | FF | 3 | 35 |
| Octal | 205 | 203 | 213 | 4 | 6 | 0 | 55 | 377 | 3 | 65 |
| Binary | 10000101 | 10000011 | 10001011 | 100 | 110 | 0 | 101101 | 11111111 | 11 | 110101 |
Color Harmonies of #85838B
Complementary color
Monochromatic Colors of #85838B
Black with #85838B
Text Example
Text Example
White with #85838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85838B; }
p { color: rgb(133,131,139); }
H1.HeaderClassName
{
color: #85838B;
}
.AnyTagClassName
{
color: #85838B;
}
</style>
background-color css
<style>
a { background-color: #85838B; }
a { background-color: rgb(133,131,139); }
div.DivClassName
{
background-color: #85838B;
}
.BgClassName
{
background-color: #85838B;
}
</style>
border-color css
<style>
span { border-color: #85838B; }
span { border-color: rgb(133,131,139); }
td.TdClassName
{
border-color: #85838B;
}
.TagClassName
{
border-color: #85838B;
}
</style>