Shades of Topaz #89858C
Tints of Topaz #89858C
RGB
CMYK
RGB Variations
Color information
#89858C (or 0x89858C) is known color: Topaz. HEX triplet: 89, 85 and 8C. RGB value is (137,133,140). Sum of RGB (Red+Green+Blue) = 137+133+140=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 140 - color contains mainly: blue. Hex color #89858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89858C is #767A73. Grayscale: #868686. Windows color (decimal): -7764596 or 9209225. OLE color: 9209225.
HSL color Cylindrical-coordinate representation of color #89858C: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #89858C is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 133 | 140 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.45 |
| HSL | 274.29º | 0.03% | 0.54% | - |
| HSV(B) | 274.29º | 0.05% | 0.55% | - |
| XYZ | 23.44 | 23.99 | 28.21 | - |
| YUV | 134.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 140 | 0.02 | 0.05 | 0 | 0.45 | 274.29 | 0.03 | 0.54 |
| Hex | 89 | 85 | 8C | 2 | 5 | 0 | 2D | 112 | 3 | 36 |
| Octal | 211 | 205 | 214 | 2 | 5 | 0 | 55 | 422 | 3 | 66 |
| Binary | 10001001 | 10000101 | 10001100 | 10 | 101 | 0 | 101101 | 100010010 | 11 | 110110 |
Color Harmonies of #89858C
Complementary color
Monochromatic Colors of #89858C
Black with #89858C
Text Example
Text Example
White with #89858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89858C; }
p { color: rgb(137,133,140); }
H1.HeaderClassName
{
color: #89858C;
}
.AnyTagClassName
{
color: #89858C;
}
</style>
background-color css
<style>
a { background-color: #89858C; }
a { background-color: rgb(137,133,140); }
div.DivClassName
{
background-color: #89858C;
}
.BgClassName
{
background-color: #89858C;
}
</style>
border-color css
<style>
span { border-color: #89858C; }
span { border-color: rgb(137,133,140); }
td.TdClassName
{
border-color: #89858C;
}
.TagClassName
{
border-color: #89858C;
}
</style>