Shades of Topaz #858388
Tints of Topaz #858388
RGB
CMYK
RGB Variations
Color information
#858388 (or 0x858388) is known color: Topaz. HEX triplet: 85, 83 and 88. RGB value is (133,131,136). Sum of RGB (Red+Green+Blue) = 133+131+136=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #858388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858388 is #7A7C77. Grayscale: #848484. Windows color (decimal): -8027256 or 8946565. OLE color: 8946565.
HSL color Cylindrical-coordinate representation of color #858388: hue angle of 264º 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 #858388 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 131 | 136 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.47 |
| HSL | 264º | 0.02% | 0.52% | - |
| HSV(B) | 264º | 0.04% | 0.53% | - |
| XYZ | 22.23 | 23 | 26.56 | - |
| YUV | 132.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 136 | 0.02 | 0.04 | 0 | 0.47 | 264 | 0.02 | 0.52 |
| Hex | 85 | 83 | 88 | 2 | 4 | 0 | 2F | 108 | 2 | 34 |
| Octal | 205 | 203 | 210 | 2 | 4 | 0 | 57 | 410 | 2 | 64 |
| Binary | 10000101 | 10000011 | 10001000 | 10 | 100 | 0 | 101111 | 100001000 | 10 | 110100 |
Color Harmonies of #858388
Complementary color
Monochromatic Colors of #858388
Black with #858388
Text Example
Text Example
White with #858388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858388; }
p { color: rgb(133,131,136); }
H1.HeaderClassName
{
color: #858388;
}
.AnyTagClassName
{
color: #858388;
}
</style>
background-color css
<style>
a { background-color: #858388; }
a { background-color: rgb(133,131,136); }
div.DivClassName
{
background-color: #858388;
}
.BgClassName
{
background-color: #858388;
}
</style>
border-color css
<style>
span { border-color: #858388; }
span { border-color: rgb(133,131,136); }
td.TdClassName
{
border-color: #858388;
}
.TagClassName
{
border-color: #858388;
}
</style>