Shades of Topaz #85818B
Tints of Topaz #85818B
RGB
CMYK
RGB Variations
Color information
#85818B (or 0x85818B) is known color: Topaz. HEX triplet: 85, 81 and 8B. RGB value is (133,129,139). Sum of RGB (Red+Green+Blue) = 133+129+139=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #85818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85818B is #7A7E74. Grayscale: #838383. Windows color (decimal): -8027765 or 9142661. OLE color: 9142661.
HSL color Cylindrical-coordinate representation of color #85818B: hue angle of 264º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85818B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 129 | 139 | - |
CMYK | 0.04 | 0.07 | 0 | 0.45 |
HSL | 264º | 0.04% | 0.53% | - |
HSV(B) | 264º | 0.07% | 0.55% | - |
XYZ | 22.18 | 22.55 | 27.61 | - |
YUV | 131.34 | 132.33 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 129 | 139 | 0.04 | 0.07 | 0 | 0.45 | 264 | 0.04 | 0.53 |
Hex | 85 | 81 | 8B | 4 | 7 | 0 | 2D | 108 | 4 | 35 |
Octal | 205 | 201 | 213 | 4 | 7 | 0 | 55 | 410 | 4 | 65 |
Binary | 10000101 | 10000001 | 10001011 | 100 | 111 | 0 | 101101 | 100001000 | 100 | 110101 |
Color Harmonies of #85818B
Complementary color
Monochromatic Colors of #85818B
Black with #85818B
Text Example
Text Example
White with #85818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85818B; }
p { color: rgb(133,129,139); }
H1.HeaderClassName
{
color: #85818B;
}
.AnyTagClassName
{
color: #85818B;
}
</style>
background-color css
<style>
a { background-color: #85818B; }
a { background-color: rgb(133,129,139); }
div.DivClassName
{
background-color: #85818B;
}
.BgClassName
{
background-color: #85818B;
}
</style>
border-color css
<style>
span { border-color: #85818B; }
span { border-color: rgb(133,129,139); }
td.TdClassName
{
border-color: #85818B;
}
.TagClassName
{
border-color: #85818B;
}
</style>