Shades of Topaz #898592
Tints of Topaz #898592
RGB
CMYK
RGB Variations
Color information
#898592 (or 0x898592) is known color: Topaz. HEX triplet: 89, 85 and 92. RGB value is (137,133,146). Sum of RGB (Red+Green+Blue) = 137+133+146=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #898592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898592 is #767A6D. Grayscale: #878787. Windows color (decimal): -7764590 or 9602441. OLE color: 9602441.
HSL color Cylindrical-coordinate representation of color #898592: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898592 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 133 | 146 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.43 |
| HSL | 258.46º | 0.06% | 0.55% | - |
| HSV(B) | 258.46º | 0.09% | 0.57% | - |
| XYZ | 23.89 | 24.17 | 30.6 | - |
| YUV | 135.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 146 | 0.06 | 0.09 | 0 | 0.43 | 258.46 | 0.06 | 0.55 |
| Hex | 89 | 85 | 92 | 6 | 9 | 0 | 2B | 102 | 6 | 37 |
| Octal | 211 | 205 | 222 | 6 | 11 | 0 | 53 | 402 | 6 | 67 |
| Binary | 10001001 | 10000101 | 10010010 | 110 | 1001 | 0 | 101011 | 100000010 | 110 | 110111 |
Color Harmonies of #898592
Complementary color
Monochromatic Colors of #898592
Black with #898592
Text Example
Text Example
White with #898592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898592; }
p { color: rgb(137,133,146); }
H1.HeaderClassName
{
color: #898592;
}
.AnyTagClassName
{
color: #898592;
}
</style>
background-color css
<style>
a { background-color: #898592; }
a { background-color: rgb(137,133,146); }
div.DivClassName
{
background-color: #898592;
}
.BgClassName
{
background-color: #898592;
}
</style>
border-color css
<style>
span { border-color: #898592; }
span { border-color: rgb(137,133,146); }
td.TdClassName
{
border-color: #898592;
}
.TagClassName
{
border-color: #898592;
}
</style>