Shades of Topaz #858188
Tints of Topaz #858188
RGB
CMYK
RGB Variations
Color information
#858188 (or 0x858188) is known color: Topaz. HEX triplet: 85, 81 and 88. RGB value is (133,129,136). Sum of RGB (Red+Green+Blue) = 133+129+136=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #858188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858188 is #7A7E77. Grayscale: #828282. Windows color (decimal): -8027768 or 8946053. OLE color: 8946053.
HSL color Cylindrical-coordinate representation of color #858188: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #858188 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 133 | 129 | 136 | - |
CMYK | 0.02 | 0.05 | 0 | 0.47 |
HSL | 274.29º | 0.03% | 0.52% | - |
HSV(B) | 274.29º | 0.05% | 0.53% | - |
XYZ | 21.97 | 22.46 | 26.47 | - |
YUV | 130.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 129 | 136 | 0.02 | 0.05 | 0 | 0.47 | 274.29 | 0.03 | 0.52 |
Hex | 85 | 81 | 88 | 2 | 5 | 0 | 2F | 112 | 3 | 34 |
Octal | 205 | 201 | 210 | 2 | 5 | 0 | 57 | 422 | 3 | 64 |
Binary | 10000101 | 10000001 | 10001000 | 10 | 101 | 0 | 101111 | 100010010 | 11 | 110100 |
Color Harmonies of #858188
Complementary color
Monochromatic Colors of #858188
Black with #858188
Text Example
Text Example
White with #858188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858188; }
p { color: rgb(133,129,136); }
H1.HeaderClassName
{
color: #858188;
}
.AnyTagClassName
{
color: #858188;
}
</style>
background-color css
<style>
a { background-color: #858188; }
a { background-color: rgb(133,129,136); }
div.DivClassName
{
background-color: #858188;
}
.BgClassName
{
background-color: #858188;
}
</style>
border-color css
<style>
span { border-color: #858188; }
span { border-color: rgb(133,129,136); }
td.TdClassName
{
border-color: #858188;
}
.TagClassName
{
border-color: #858188;
}
</style>