Shades of Tower Grey #91A59B
Tints of Tower Grey #91A59B
RGB
CMYK
RGB Variations
Color information
#91A59B (or 0x91A59B) is known color: Tower Grey. HEX triplet: 91, A5 and 9B. RGB value is (145,165,155). Sum of RGB (Red+Green+Blue) = 145+165+155=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #91A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A59B is #6E5A64. Grayscale: #9D9D9D. Windows color (decimal): -7232101 or 10200465. OLE color: 10200465.
HSL color Cylindrical-coordinate representation of color #91A59B: hue angle of 150º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A59B is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 155 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.35 |
| HSL | 150º | 0.1% | 0.61% | - |
| HSV(B) | 150º | 0.12% | 0.65% | - |
| XYZ | 31.05 | 35.3 | 36.19 | - |
| YUV | 157.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 155 | 0.12 | 0 | 0.06 | 0.35 | 150 | 0.1 | 0.61 |
| Hex | 91 | A5 | 9B | C | 0 | 6 | 23 | 96 | A | 3D |
| Octal | 221 | 245 | 233 | 14 | 0 | 6 | 43 | 226 | 12 | 75 |
| Binary | 10010001 | 10100101 | 10011011 | 1100 | 0 | 110 | 100011 | 10010110 | 1010 | 111101 |
Color Harmonies of #91A59B
Complementary color
Monochromatic Colors of #91A59B
Black with #91A59B
Text Example
Text Example
White with #91A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A59B; }
p { color: rgb(145,165,155); }
H1.HeaderClassName
{
color: #91A59B;
}
.AnyTagClassName
{
color: #91A59B;
}
</style>
background-color css
<style>
a { background-color: #91A59B; }
a { background-color: rgb(145,165,155); }
div.DivClassName
{
background-color: #91A59B;
}
.BgClassName
{
background-color: #91A59B;
}
</style>
border-color css
<style>
span { border-color: #91A59B; }
span { border-color: rgb(145,165,155); }
td.TdClassName
{
border-color: #91A59B;
}
.TagClassName
{
border-color: #91A59B;
}
</style>