Shades of Topaz #858287
Tints of Topaz #858287
RGB
CMYK
RGB Variations
Color information
#858287 (or 0x858287) is known color: Topaz. HEX triplet: 85, 82 and 87. RGB value is (133,130,135). Sum of RGB (Red+Green+Blue) = 133+130+135=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 135 - color contains mainly: blue. Hex color #858287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858287 is #7A7D78. Grayscale: #838383. Windows color (decimal): -8027513 or 8880773. OLE color: 8880773.
HSL color Cylindrical-coordinate representation of color #858287: hue angle of 276º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #858287 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 130 | 135 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.47 |
| HSL | 276º | 0.02% | 0.52% | - |
| HSV(B) | 276º | 0.04% | 0.53% | - |
| XYZ | 22.03 | 22.7 | 26.14 | - |
| YUV | 131.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 135 | 0.01 | 0.04 | 0 | 0.47 | 276 | 0.02 | 0.52 |
| Hex | 85 | 82 | 87 | 1 | 4 | 0 | 2F | 114 | 2 | 34 |
| Octal | 205 | 202 | 207 | 1 | 4 | 0 | 57 | 424 | 2 | 64 |
| Binary | 10000101 | 10000010 | 10000111 | 1 | 100 | 0 | 101111 | 100010100 | 10 | 110100 |
Color Harmonies of #858287
Complementary color
Monochromatic Colors of #858287
Black with #858287
Text Example
Text Example
White with #858287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858287; }
p { color: rgb(133,130,135); }
H1.HeaderClassName
{
color: #858287;
}
.AnyTagClassName
{
color: #858287;
}
</style>
background-color css
<style>
a { background-color: #858287; }
a { background-color: rgb(133,130,135); }
div.DivClassName
{
background-color: #858287;
}
.BgClassName
{
background-color: #858287;
}
</style>
border-color css
<style>
span { border-color: #858287; }
span { border-color: rgb(133,130,135); }
td.TdClassName
{
border-color: #858287;
}
.TagClassName
{
border-color: #858287;
}
</style>