Shades of Topaz #898593
Tints of Topaz #898593
RGB
CMYK
RGB Variations
Color information
#898593 (or 0x898593) is known color: Topaz. HEX triplet: 89, 85 and 93. RGB value is (137,133,147). Sum of RGB (Red+Green+Blue) = 137+133+147=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #898593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898593 is #767A6C. Grayscale: #878787. Windows color (decimal): -7764589 or 9667977. OLE color: 9667977.
HSL color Cylindrical-coordinate representation of color #898593: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898593 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 133 | 147 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.42 |
| HSL | 257.14º | 0.06% | 0.55% | - |
| HSV(B) | 257.14º | 0.1% | 0.58% | - |
| XYZ | 23.97 | 24.2 | 31.01 | - |
| YUV | 135.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 147 | 0.07 | 0.10 | 0 | 0.42 | 257.14 | 0.06 | 0.55 |
| Hex | 89 | 85 | 93 | 7 | A | 0 | 2A | 101 | 6 | 37 |
| Octal | 211 | 205 | 223 | 7 | 12 | 0 | 52 | 401 | 6 | 67 |
| Binary | 10001001 | 10000101 | 10010011 | 111 | 1010 | 0 | 101010 | 100000001 | 110 | 110111 |
Color Harmonies of #898593
Complementary color
Monochromatic Colors of #898593
Black with #898593
Text Example
Text Example
White with #898593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898593; }
p { color: rgb(137,133,147); }
H1.HeaderClassName
{
color: #898593;
}
.AnyTagClassName
{
color: #898593;
}
</style>
background-color css
<style>
a { background-color: #898593; }
a { background-color: rgb(137,133,147); }
div.DivClassName
{
background-color: #898593;
}
.BgClassName
{
background-color: #898593;
}
</style>
border-color css
<style>
span { border-color: #898593; }
span { border-color: rgb(137,133,147); }
td.TdClassName
{
border-color: #898593;
}
.TagClassName
{
border-color: #898593;
}
</style>