Shades of Botticelli #91A5AB
Tints of Botticelli #91A5AB
RGB
CMYK
RGB Variations
Color information
#91A5AB (or 0x91A5AB) is known color: Botticelli. HEX triplet: 91, A5 and AB. RGB value is (145,165,171). Sum of RGB (Red+Green+Blue) = 145+165+171=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #91A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A5AB is #6E5A54. Grayscale: #9F9F9F. Windows color (decimal): -7232085 or 11249041. OLE color: 11249041.
HSL color Cylindrical-coordinate representation of color #91A5AB: hue angle of 193.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91A5AB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 165 | 171 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.33 |
| HSL | 193.85º | 0.13% | 0.62% | - |
| HSV(B) | 193.85º | 0.15% | 0.67% | - |
| XYZ | 32.48 | 35.87 | 43.74 | - |
| YUV | 159.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 171 | 0.15 | 0.04 | 0 | 0.33 | 193.85 | 0.13 | 0.62 |
| Hex | 91 | A5 | AB | F | 4 | 0 | 21 | C2 | D | 3E |
| Octal | 221 | 245 | 253 | 17 | 4 | 0 | 41 | 302 | 15 | 76 |
| Binary | 10010001 | 10100101 | 10101011 | 1111 | 100 | 0 | 100001 | 11000010 | 1101 | 111110 |
Color Harmonies of #91A5AB
Complementary color
Monochromatic Colors of #91A5AB
Black with #91A5AB
Text Example
Text Example
White with #91A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5AB; }
p { color: rgb(145,165,171); }
H1.HeaderClassName
{
color: #91A5AB;
}
.AnyTagClassName
{
color: #91A5AB;
}
</style>
background-color css
<style>
a { background-color: #91A5AB; }
a { background-color: rgb(145,165,171); }
div.DivClassName
{
background-color: #91A5AB;
}
.BgClassName
{
background-color: #91A5AB;
}
</style>
border-color css
<style>
span { border-color: #91A5AB; }
span { border-color: rgb(145,165,171); }
td.TdClassName
{
border-color: #91A5AB;
}
.TagClassName
{
border-color: #91A5AB;
}
</style>