Shades of Topaz #89858D
Tints of Topaz #89858D
RGB
CMYK
RGB Variations
Color information
#89858D (or 0x89858D) is known color: Topaz. HEX triplet: 89, 85 and 8D. RGB value is (137,133,141). Sum of RGB (Red+Green+Blue) = 137+133+141=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #89858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89858D is #767A72. Grayscale: #878787. Windows color (decimal): -7764595 or 9274761. OLE color: 9274761.
HSL color Cylindrical-coordinate representation of color #89858D: hue angle of 270º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89858D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 133 | 141 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.45 |
| HSL | 270º | 0.03% | 0.54% | - |
| HSV(B) | 270º | 0.06% | 0.55% | - |
| XYZ | 23.51 | 24.02 | 28.6 | - |
| YUV | 135.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 141 | 0.03 | 0.06 | 0 | 0.45 | 270 | 0.03 | 0.54 |
| Hex | 89 | 85 | 8D | 3 | 6 | 0 | 2D | 10E | 3 | 36 |
| Octal | 211 | 205 | 215 | 3 | 6 | 0 | 55 | 416 | 3 | 66 |
| Binary | 10001001 | 10000101 | 10001101 | 11 | 110 | 0 | 101101 | 100001110 | 11 | 110110 |
Color Harmonies of #89858D
Complementary color
Monochromatic Colors of #89858D
Black with #89858D
Text Example
Text Example
White with #89858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89858D; }
p { color: rgb(137,133,141); }
H1.HeaderClassName
{
color: #89858D;
}
.AnyTagClassName
{
color: #89858D;
}
</style>
background-color css
<style>
a { background-color: #89858D; }
a { background-color: rgb(137,133,141); }
div.DivClassName
{
background-color: #89858D;
}
.BgClassName
{
background-color: #89858D;
}
</style>
border-color css
<style>
span { border-color: #89858D; }
span { border-color: rgb(137,133,141); }
td.TdClassName
{
border-color: #89858D;
}
.TagClassName
{
border-color: #89858D;
}
</style>