Shades of Topaz #857190
Tints of Topaz #857190
RGB
CMYK
RGB Variations
Color information
#857190 (or 0x857190) is known color: Topaz. HEX triplet: 85, 71 and 90. RGB value is (133,113,144). Sum of RGB (Red+Green+Blue) = 133+113+144=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #857190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857190 is #7A8E6F. Grayscale: #7A7A7A. Windows color (decimal): -8031856 or 9466245. OLE color: 9466245.
HSL color Cylindrical-coordinate representation of color #857190: hue angle of 278.71º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857190 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 113 | 144 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.44 |
| HSL | 278.71º | 0.12% | 0.5% | - |
| HSV(B) | 278.71º | 0.22% | 0.56% | - |
| XYZ | 20.61 | 18.81 | 28.93 | - |
| YUV | 122.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 144 | 0.08 | 0.22 | 0 | 0.44 | 278.71 | 0.12 | 0.5 |
| Hex | 85 | 71 | 90 | 8 | 16 | 0 | 2C | 117 | C | 32 |
| Octal | 205 | 161 | 220 | 10 | 26 | 0 | 54 | 427 | 14 | 62 |
| Binary | 10000101 | 1110001 | 10010000 | 1000 | 10110 | 0 | 101100 | 100010111 | 1100 | 110010 |
Color Harmonies of #857190
Complementary color
Monochromatic Colors of #857190
Black with #857190
Text Example
Text Example
White with #857190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857190; }
p { color: rgb(133,113,144); }
H1.HeaderClassName
{
color: #857190;
}
.AnyTagClassName
{
color: #857190;
}
</style>
background-color css
<style>
a { background-color: #857190; }
a { background-color: rgb(133,113,144); }
div.DivClassName
{
background-color: #857190;
}
.BgClassName
{
background-color: #857190;
}
</style>
border-color css
<style>
span { border-color: #857190; }
span { border-color: rgb(133,113,144); }
td.TdClassName
{
border-color: #857190;
}
.TagClassName
{
border-color: #857190;
}
</style>