Shades of Tower Grey #959E9A
Tints of Tower Grey #959E9A
RGB
CMYK
RGB Variations
Color information
#959E9A (or 0x959E9A) is known color: Tower Grey. HEX triplet: 95, 9E and 9A. RGB value is (149,158,154). Sum of RGB (Red+Green+Blue) = 149+158+154=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 158 - color contains mainly: green. Hex color #959E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E9A is #6A6165. Grayscale: #9A9A9A. Windows color (decimal): -6971750 or 10133141. OLE color: 10133141.
HSL color Cylindrical-coordinate representation of color #959E9A: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959E9A is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 154 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.38 |
| HSL | 153.33º | 0.04% | 0.6% | - |
| HSV(B) | 153.33º | 0.06% | 0.62% | - |
| XYZ | 30.45 | 33.18 | 35.37 | - |
| YUV | 154.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 154 | 0.06 | 0 | 0.03 | 0.38 | 153.33 | 0.04 | 0.6 |
| Hex | 95 | 9E | 9A | 6 | 0 | 3 | 26 | 99 | 4 | 3C |
| Octal | 225 | 236 | 232 | 6 | 0 | 3 | 46 | 231 | 4 | 74 |
| Binary | 10010101 | 10011110 | 10011010 | 110 | 0 | 11 | 100110 | 10011001 | 100 | 111100 |
Color Harmonies of #959E9A
Complementary color
Monochromatic Colors of #959E9A
Black with #959E9A
Text Example
Text Example
White with #959E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E9A; }
p { color: rgb(149,158,154); }
H1.HeaderClassName
{
color: #959E9A;
}
.AnyTagClassName
{
color: #959E9A;
}
</style>
background-color css
<style>
a { background-color: #959E9A; }
a { background-color: rgb(149,158,154); }
div.DivClassName
{
background-color: #959E9A;
}
.BgClassName
{
background-color: #959E9A;
}
</style>
border-color css
<style>
span { border-color: #959E9A; }
span { border-color: rgb(149,158,154); }
td.TdClassName
{
border-color: #959E9A;
}
.TagClassName
{
border-color: #959E9A;
}
</style>