Shades of Manatee #8586AF
Tints of Manatee #8586AF
RGB
CMYK
RGB Variations
Color information
#8586AF (or 0x8586AF) is known color: Manatee. HEX triplet: 85, 86 and AF. RGB value is (133,134,175). Sum of RGB (Red+Green+Blue) = 133+134+175=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #8586AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8586AF is #7A7950. Grayscale: #8A8A8A. Windows color (decimal): -8026449 or 11503237. OLE color: 11503237.
HSL color Cylindrical-coordinate representation of color #8586AF: hue angle of 238.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8586AF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 134 | 175 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.31 |
| HSL | 238.57º | 0.21% | 0.6% | - |
| HSV(B) | 238.57º | 0.24% | 0.69% | - |
| XYZ | 25.94 | 25.13 | 44.04 | - |
| YUV | 138.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 175 | 0.24 | 0.23 | 0 | 0.31 | 238.57 | 0.21 | 0.6 |
| Hex | 85 | 86 | AF | 18 | 17 | 0 | 1F | EF | 15 | 3C |
| Octal | 205 | 206 | 257 | 30 | 27 | 0 | 37 | 357 | 25 | 74 |
| Binary | 10000101 | 10000110 | 10101111 | 11000 | 10111 | 0 | 11111 | 11101111 | 10101 | 111100 |
Color Harmonies of #8586AF
Complementary color
Monochromatic Colors of #8586AF
Black with #8586AF
Text Example
Text Example
White with #8586AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586AF; }
p { color: rgb(133,134,175); }
H1.HeaderClassName
{
color: #8586AF;
}
.AnyTagClassName
{
color: #8586AF;
}
</style>
background-color css
<style>
a { background-color: #8586AF; }
a { background-color: rgb(133,134,175); }
div.DivClassName
{
background-color: #8586AF;
}
.BgClassName
{
background-color: #8586AF;
}
</style>
border-color css
<style>
span { border-color: #8586AF; }
span { border-color: rgb(133,134,175); }
td.TdClassName
{
border-color: #8586AF;
}
.TagClassName
{
border-color: #8586AF;
}
</style>