Shades of Venus #898586
Tints of Venus #898586
RGB
CMYK
RGB Variations
Color information
#898586 (or 0x898586) is known color: Venus. HEX triplet: 89, 85 and 86. RGB value is (137,133,134). Sum of RGB (Red+Green+Blue) = 137+133+134=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 137 - color contains mainly: red. Hex color #898586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898586 is #767A79. Grayscale: #868686. Windows color (decimal): -7764602 or 8816009. OLE color: 8816009.
HSL color Cylindrical-coordinate representation of color #898586: hue angle of 345º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898586 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 134 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.46 |
| HSL | 345º | 0.02% | 0.53% | - |
| HSV(B) | 345º | 0.03% | 0.54% | - |
| XYZ | 23.01 | 23.81 | 25.94 | - |
| YUV | 134.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 134 | 0 | 0.03 | 0.02 | 0.46 | 345 | 0.02 | 0.53 |
| Hex | 89 | 85 | 86 | 0 | 3 | 2 | 2E | 159 | 2 | 35 |
| Octal | 211 | 205 | 206 | 0 | 3 | 2 | 56 | 531 | 2 | 65 |
| Binary | 10001001 | 10000101 | 10000110 | 0 | 11 | 10 | 101110 | 101011001 | 10 | 110101 |
Color Harmonies of #898586
Complementary color
Monochromatic Colors of #898586
Black with #898586
Text Example
Text Example
White with #898586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898586; }
p { color: rgb(137,133,134); }
H1.HeaderClassName
{
color: #898586;
}
.AnyTagClassName
{
color: #898586;
}
</style>
background-color css
<style>
a { background-color: #898586; }
a { background-color: rgb(137,133,134); }
div.DivClassName
{
background-color: #898586;
}
.BgClassName
{
background-color: #898586;
}
</style>
border-color css
<style>
span { border-color: #898586; }
span { border-color: rgb(137,133,134); }
td.TdClassName
{
border-color: #898586;
}
.TagClassName
{
border-color: #898586;
}
</style>