Shades of Topaz #85848B
Tints of Topaz #85848B
RGB
CMYK
RGB Variations
Color information
#85848B (or 0x85848B) is known color: Topaz. HEX triplet: 85, 84 and 8B. RGB value is (133,132,139). Sum of RGB (Red+Green+Blue) = 133+132+139=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #85848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85848B is #7A7B74. Grayscale: #858585. Windows color (decimal): -8026997 or 9143429. OLE color: 9143429.
HSL color Cylindrical-coordinate representation of color #85848B: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85848B is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 132 | 139 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.45 |
| HSL | 248.57º | 0.03% | 0.53% | - |
| HSV(B) | 248.57º | 0.05% | 0.55% | - |
| XYZ | 22.58 | 23.35 | 27.74 | - |
| YUV | 133.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 139 | 0.04 | 0.05 | 0 | 0.45 | 248.57 | 0.03 | 0.53 |
| Hex | 85 | 84 | 8B | 4 | 5 | 0 | 2D | F9 | 3 | 35 |
| Octal | 205 | 204 | 213 | 4 | 5 | 0 | 55 | 371 | 3 | 65 |
| Binary | 10000101 | 10000100 | 10001011 | 100 | 101 | 0 | 101101 | 11111001 | 11 | 110101 |
Color Harmonies of #85848B
Complementary color
Monochromatic Colors of #85848B
Black with #85848B
Text Example
Text Example
White with #85848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85848B; }
p { color: rgb(133,132,139); }
H1.HeaderClassName
{
color: #85848B;
}
.AnyTagClassName
{
color: #85848B;
}
</style>
background-color css
<style>
a { background-color: #85848B; }
a { background-color: rgb(133,132,139); }
div.DivClassName
{
background-color: #85848B;
}
.BgClassName
{
background-color: #85848B;
}
</style>
border-color css
<style>
span { border-color: #85848B; }
span { border-color: rgb(133,132,139); }
td.TdClassName
{
border-color: #85848B;
}
.TagClassName
{
border-color: #85848B;
}
</style>