Shades of Manatee #8589AC
Tints of Manatee #8589AC
RGB
CMYK
RGB Variations
Color information
#8589AC (or 0x8589AC) is known color: Manatee. HEX triplet: 85, 89 and AC. RGB value is (133,137,172). Sum of RGB (Red+Green+Blue) = 133+137+172=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #8589AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8589AC is #7A7653. Grayscale: #8B8B8B. Windows color (decimal): -8025684 or 11307397. OLE color: 11307397.
HSL color Cylindrical-coordinate representation of color #8589AC: hue angle of 233.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8589AC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 137 | 172 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.33 |
| HSL | 233.85º | 0.19% | 0.6% | - |
| HSV(B) | 233.85º | 0.23% | 0.67% | - |
| XYZ | 26.06 | 25.86 | 42.65 | - |
| YUV | 139.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 172 | 0.23 | 0.20 | 0 | 0.33 | 233.85 | 0.19 | 0.6 |
| Hex | 85 | 89 | AC | 17 | 14 | 0 | 21 | EA | 13 | 3C |
| Octal | 205 | 211 | 254 | 27 | 24 | 0 | 41 | 352 | 23 | 74 |
| Binary | 10000101 | 10001001 | 10101100 | 10111 | 10100 | 0 | 100001 | 11101010 | 10011 | 111100 |
Color Harmonies of #8589AC
Complementary color
Monochromatic Colors of #8589AC
Black with #8589AC
Text Example
Text Example
White with #8589AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589AC; }
p { color: rgb(133,137,172); }
H1.HeaderClassName
{
color: #8589AC;
}
.AnyTagClassName
{
color: #8589AC;
}
</style>
background-color css
<style>
a { background-color: #8589AC; }
a { background-color: rgb(133,137,172); }
div.DivClassName
{
background-color: #8589AC;
}
.BgClassName
{
background-color: #8589AC;
}
</style>
border-color css
<style>
span { border-color: #8589AC; }
span { border-color: rgb(133,137,172); }
td.TdClassName
{
border-color: #8589AC;
}
.TagClassName
{
border-color: #8589AC;
}
</style>