Shades of Venus #958589
Tints of Venus #958589
RGB
CMYK
RGB Variations
Color information
#958589 (or 0x958589) is known color: Venus. HEX triplet: 95, 85 and 89. RGB value is (149,133,137). Sum of RGB (Red+Green+Blue) = 149+133+137=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958589 is #6A7A76. Grayscale: #8A8A8A. Windows color (decimal): -6978167 or 9012629. OLE color: 9012629.
HSL color Cylindrical-coordinate representation of color #958589: hue angle of 345º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958589 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 137 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.42 |
| HSL | 345º | 0.07% | 0.55% | - |
| HSV(B) | 345º | 0.11% | 0.58% | - |
| XYZ | 25.3 | 24.97 | 27.15 | - |
| YUV | 138.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 137 | 0 | 0.11 | 0.08 | 0.42 | 345 | 0.07 | 0.55 |
| Hex | 95 | 85 | 89 | 0 | B | 8 | 2A | 159 | 7 | 37 |
| Octal | 225 | 205 | 211 | 0 | 13 | 10 | 52 | 531 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10001001 | 0 | 1011 | 1000 | 101010 | 101011001 | 111 | 110111 |
Color Harmonies of #958589
Complementary color
Monochromatic Colors of #958589
Black with #958589
Text Example
Text Example
White with #958589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958589; }
p { color: rgb(149,133,137); }
H1.HeaderClassName
{
color: #958589;
}
.AnyTagClassName
{
color: #958589;
}
</style>
background-color css
<style>
a { background-color: #958589; }
a { background-color: rgb(149,133,137); }
div.DivClassName
{
background-color: #958589;
}
.BgClassName
{
background-color: #958589;
}
</style>
border-color css
<style>
span { border-color: #958589; }
span { border-color: rgb(149,133,137); }
td.TdClassName
{
border-color: #958589;
}
.TagClassName
{
border-color: #958589;
}
</style>