Shades of Topaz #858193
Tints of Topaz #858193
RGB
CMYK
RGB Variations
Color information
#858193 (or 0x858193) is known color: Topaz. HEX triplet: 85, 81 and 93. RGB value is (133,129,147). Sum of RGB (Red+Green+Blue) = 133+129+147=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #858193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858193 is #7A7E6C. Grayscale: #848484. Windows color (decimal): -8027757 or 9666949. OLE color: 9666949.
HSL color Cylindrical-coordinate representation of color #858193: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858193 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 129 | 147 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.42 |
| HSL | 253.33º | 0.08% | 0.54% | - |
| HSV(B) | 253.33º | 0.12% | 0.58% | - |
| XYZ | 22.79 | 22.79 | 30.8 | - |
| YUV | 132.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 147 | 0.10 | 0.12 | 0 | 0.42 | 253.33 | 0.08 | 0.54 |
| Hex | 85 | 81 | 93 | A | C | 0 | 2A | FD | 8 | 36 |
| Octal | 205 | 201 | 223 | 12 | 14 | 0 | 52 | 375 | 10 | 66 |
| Binary | 10000101 | 10000001 | 10010011 | 1010 | 1100 | 0 | 101010 | 11111101 | 1000 | 110110 |
Color Harmonies of #858193
Complementary color
Monochromatic Colors of #858193
Black with #858193
Text Example
Text Example
White with #858193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858193; }
p { color: rgb(133,129,147); }
H1.HeaderClassName
{
color: #858193;
}
.AnyTagClassName
{
color: #858193;
}
</style>
background-color css
<style>
a { background-color: #858193; }
a { background-color: rgb(133,129,147); }
div.DivClassName
{
background-color: #858193;
}
.BgClassName
{
background-color: #858193;
}
</style>
border-color css
<style>
span { border-color: #858193; }
span { border-color: rgb(133,129,147); }
td.TdClassName
{
border-color: #858193;
}
.TagClassName
{
border-color: #858193;
}
</style>