Shades of Topaz #85758B
Tints of Topaz #85758B
RGB
CMYK
RGB Variations
Color information
#85758B (or 0x85758B) is known color: Topaz. HEX triplet: 85, 75 and 8B. RGB value is (133,117,139). Sum of RGB (Red+Green+Blue) = 133+117+139=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #85758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758B is #7A8A74. Grayscale: #7C7C7C. Windows color (decimal): -8030837 or 9139589. OLE color: 9139589.
HSL color Cylindrical-coordinate representation of color #85758B: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85758B is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 117 | 139 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.45 |
| HSL | 283.64º | 0.09% | 0.5% | - |
| HSV(B) | 283.64º | 0.16% | 0.55% | - |
| XYZ | 20.69 | 19.57 | 27.11 | - |
| YUV | 124.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 139 | 0.04 | 0.16 | 0 | 0.45 | 283.64 | 0.09 | 0.5 |
| Hex | 85 | 75 | 8B | 4 | 10 | 0 | 2D | 11C | 9 | 32 |
| Octal | 205 | 165 | 213 | 4 | 20 | 0 | 55 | 434 | 11 | 62 |
| Binary | 10000101 | 1110101 | 10001011 | 100 | 10000 | 0 | 101101 | 100011100 | 1001 | 110010 |
Color Harmonies of #85758B
Complementary color
Monochromatic Colors of #85758B
Black with #85758B
Text Example
Text Example
White with #85758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85758B; }
p { color: rgb(133,117,139); }
H1.HeaderClassName
{
color: #85758B;
}
.AnyTagClassName
{
color: #85758B;
}
</style>
background-color css
<style>
a { background-color: #85758B; }
a { background-color: rgb(133,117,139); }
div.DivClassName
{
background-color: #85758B;
}
.BgClassName
{
background-color: #85758B;
}
</style>
border-color css
<style>
span { border-color: #85758B; }
span { border-color: rgb(133,117,139); }
td.TdClassName
{
border-color: #85758B;
}
.TagClassName
{
border-color: #85758B;
}
</style>