Shades of Topaz #858091
Tints of Topaz #858091
RGB
CMYK
RGB Variations
Color information
#858091 (or 0x858091) is known color: Topaz. HEX triplet: 85, 80 and 91. RGB value is (133,128,145). Sum of RGB (Red+Green+Blue) = 133+128+145=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #858091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858091 is #7A7F6E. Grayscale: #838383. Windows color (decimal): -8028015 or 9535621. OLE color: 9535621.
HSL color Cylindrical-coordinate representation of color #858091: hue angle of 257.65º 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 #858091 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 128 | 145 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.43 |
| HSL | 257.65º | 0.07% | 0.54% | - |
| HSV(B) | 257.65º | 0.12% | 0.57% | - |
| XYZ | 22.5 | 22.47 | 29.94 | - |
| YUV | 131.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 145 | 0.08 | 0.12 | 0 | 0.43 | 257.65 | 0.07 | 0.54 |
| Hex | 85 | 80 | 91 | 8 | C | 0 | 2B | 102 | 7 | 36 |
| Octal | 205 | 200 | 221 | 10 | 14 | 0 | 53 | 402 | 7 | 66 |
| Binary | 10000101 | 10000000 | 10010001 | 1000 | 1100 | 0 | 101011 | 100000010 | 111 | 110110 |
Color Harmonies of #858091
Complementary color
Monochromatic Colors of #858091
Black with #858091
Text Example
Text Example
White with #858091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858091; }
p { color: rgb(133,128,145); }
H1.HeaderClassName
{
color: #858091;
}
.AnyTagClassName
{
color: #858091;
}
</style>
background-color css
<style>
a { background-color: #858091; }
a { background-color: rgb(133,128,145); }
div.DivClassName
{
background-color: #858091;
}
.BgClassName
{
background-color: #858091;
}
</style>
border-color css
<style>
span { border-color: #858091; }
span { border-color: rgb(133,128,145); }
td.TdClassName
{
border-color: #858091;
}
.TagClassName
{
border-color: #858091;
}
</style>