Shades of Manatee #8585AA
Tints of Manatee #8585AA
RGB
CMYK
RGB Variations
Color information
#8585AA (or 0x8585AA) is known color: Manatee. HEX triplet: 85, 85 and AA. RGB value is (133,133,170). Sum of RGB (Red+Green+Blue) = 133+133+170=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8585AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8585AA is #7A7A55. Grayscale: #898989. Windows color (decimal): -8026710 or 11175301. OLE color: 11175301.
HSL color Cylindrical-coordinate representation of color #8585AA: hue angle of 240º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8585AA is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 133 | 170 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.33 |
| HSL | 240º | 0.18% | 0.59% | - |
| HSV(B) | 240º | 0.22% | 0.67% | - |
| XYZ | 25.32 | 24.66 | 41.46 | - |
| YUV | 137.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 170 | 0.22 | 0.22 | 0 | 0.33 | 240 | 0.18 | 0.59 |
| Hex | 85 | 85 | AA | 16 | 16 | 0 | 21 | F0 | 12 | 3B |
| Octal | 205 | 205 | 252 | 26 | 26 | 0 | 41 | 360 | 22 | 73 |
| Binary | 10000101 | 10000101 | 10101010 | 10110 | 10110 | 0 | 100001 | 11110000 | 10010 | 111011 |
Color Harmonies of #8585AA
Complementary color
Monochromatic Colors of #8585AA
Black with #8585AA
Text Example
Text Example
White with #8585AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585AA; }
p { color: rgb(133,133,170); }
H1.HeaderClassName
{
color: #8585AA;
}
.AnyTagClassName
{
color: #8585AA;
}
</style>
background-color css
<style>
a { background-color: #8585AA; }
a { background-color: rgb(133,133,170); }
div.DivClassName
{
background-color: #8585AA;
}
.BgClassName
{
background-color: #8585AA;
}
</style>
border-color css
<style>
span { border-color: #8585AA; }
span { border-color: rgb(133,133,170); }
td.TdClassName
{
border-color: #8585AA;
}
.TagClassName
{
border-color: #8585AA;
}
</style>