Shades of Topaz #898091
Tints of Topaz #898091
RGB
CMYK
RGB Variations
Color information
#898091 (or 0x898091) is known color: Topaz. HEX triplet: 89, 80 and 91. RGB value is (137,128,145). Sum of RGB (Red+Green+Blue) = 137+128+145=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #898091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898091 is #767F6E. Grayscale: #848484. Windows color (decimal): -7765871 or 9535625. OLE color: 9535625.
HSL color Cylindrical-coordinate representation of color #898091: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898091 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 128 | 145 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.43 |
| HSL | 271.76º | 0.07% | 0.54% | - |
| HSV(B) | 271.76º | 0.12% | 0.57% | - |
| XYZ | 23.15 | 22.8 | 29.97 | - |
| YUV | 132.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 145 | 0.06 | 0.12 | 0 | 0.43 | 271.76 | 0.07 | 0.54 |
| Hex | 89 | 80 | 91 | 6 | C | 0 | 2B | 110 | 7 | 36 |
| Octal | 211 | 200 | 221 | 6 | 14 | 0 | 53 | 420 | 7 | 66 |
| Binary | 10001001 | 10000000 | 10010001 | 110 | 1100 | 0 | 101011 | 100010000 | 111 | 110110 |
Color Harmonies of #898091
Complementary color
Monochromatic Colors of #898091
Black with #898091
Text Example
Text Example
White with #898091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898091; }
p { color: rgb(137,128,145); }
H1.HeaderClassName
{
color: #898091;
}
.AnyTagClassName
{
color: #898091;
}
</style>
background-color css
<style>
a { background-color: #898091; }
a { background-color: rgb(137,128,145); }
div.DivClassName
{
background-color: #898091;
}
.BgClassName
{
background-color: #898091;
}
</style>
border-color css
<style>
span { border-color: #898091; }
span { border-color: rgb(137,128,145); }
td.TdClassName
{
border-color: #898091;
}
.TagClassName
{
border-color: #898091;
}
</style>