Shades of Botticelli #85ACB5
Tints of Botticelli #85ACB5
RGB
CMYK
RGB Variations
Color information
#85ACB5 (or 0x85ACB5) is known color: Botticelli. HEX triplet: 85, AC and B5. RGB value is (133,172,181). Sum of RGB (Red+Green+Blue) = 133+172+181=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #85ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACB5 is #7A534A. Grayscale: #A1A1A1. Windows color (decimal): -8016715 or 11906181. OLE color: 11906181.
HSL color Cylindrical-coordinate representation of color #85ACB5: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85ACB5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 172 | 181 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.29 |
| HSL | 191.25º | 0.24% | 0.62% | - |
| HSV(B) | 191.25º | 0.27% | 0.71% | - |
| XYZ | 32.77 | 37.83 | 49.29 | - |
| YUV | 161.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 181 | 0.27 | 0.05 | 0 | 0.29 | 191.25 | 0.24 | 0.62 |
| Hex | 85 | AC | B5 | 1B | 5 | 0 | 1D | BF | 18 | 3E |
| Octal | 205 | 254 | 265 | 33 | 5 | 0 | 35 | 277 | 30 | 76 |
| Binary | 10000101 | 10101100 | 10110101 | 11011 | 101 | 0 | 11101 | 10111111 | 11000 | 111110 |
Color Harmonies of #85ACB5
Complementary color
Monochromatic Colors of #85ACB5
Black with #85ACB5
Text Example
Text Example
White with #85ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACB5; }
p { color: rgb(133,172,181); }
H1.HeaderClassName
{
color: #85ACB5;
}
.AnyTagClassName
{
color: #85ACB5;
}
</style>
background-color css
<style>
a { background-color: #85ACB5; }
a { background-color: rgb(133,172,181); }
div.DivClassName
{
background-color: #85ACB5;
}
.BgClassName
{
background-color: #85ACB5;
}
</style>
border-color css
<style>
span { border-color: #85ACB5; }
span { border-color: rgb(133,172,181); }
td.TdClassName
{
border-color: #85ACB5;
}
.TagClassName
{
border-color: #85ACB5;
}
</style>