Shades of Manatee #8584AD
Tints of Manatee #8584AD
RGB
CMYK
RGB Variations
Color information
#8584AD (or 0x8584AD) is known color: Manatee. HEX triplet: 85, 84 and AD. RGB value is (133,132,173). Sum of RGB (Red+Green+Blue) = 133+132+173=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8584AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8584AD is #7A7B52. Grayscale: #888888. Windows color (decimal): -8026963 or 11371653. OLE color: 11371653.
HSL color Cylindrical-coordinate representation of color #8584AD: hue angle of 241.46º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8584AD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 132 | 173 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.32 |
| HSL | 241.46º | 0.2% | 0.6% | - |
| HSV(B) | 241.46º | 0.24% | 0.68% | - |
| XYZ | 25.47 | 24.51 | 42.92 | - |
| YUV | 136.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 173 | 0.23 | 0.24 | 0 | 0.32 | 241.46 | 0.2 | 0.6 |
| Hex | 85 | 84 | AD | 17 | 18 | 0 | 20 | F1 | 14 | 3C |
| Octal | 205 | 204 | 255 | 27 | 30 | 0 | 40 | 361 | 24 | 74 |
| Binary | 10000101 | 10000100 | 10101101 | 10111 | 11000 | 0 | 100000 | 11110001 | 10100 | 111100 |
Color Harmonies of #8584AD
Complementary color
Monochromatic Colors of #8584AD
Black with #8584AD
Text Example
Text Example
White with #8584AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584AD; }
p { color: rgb(133,132,173); }
H1.HeaderClassName
{
color: #8584AD;
}
.AnyTagClassName
{
color: #8584AD;
}
</style>
background-color css
<style>
a { background-color: #8584AD; }
a { background-color: rgb(133,132,173); }
div.DivClassName
{
background-color: #8584AD;
}
.BgClassName
{
background-color: #8584AD;
}
</style>
border-color css
<style>
span { border-color: #8584AD; }
span { border-color: rgb(133,132,173); }
td.TdClassName
{
border-color: #8584AD;
}
.TagClassName
{
border-color: #8584AD;
}
</style>