Shades of Manatee #858CAA
Tints of Manatee #858CAA
RGB
CMYK
RGB Variations
Color information
#858CAA (or 0x858CAA) is known color: Manatee. HEX triplet: 85, 8C and AA. RGB value is (133,140,170). Sum of RGB (Red+Green+Blue) = 133+140+170=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #858CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAA is #7A7355. Grayscale: #8D8D8D. Windows color (decimal): -8024918 or 11177093. OLE color: 11177093.
HSL color Cylindrical-coordinate representation of color #858CAA: hue angle of 228.65º 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 #858CAA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 140 | 170 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.33 |
| HSL | 228.65º | 0.18% | 0.59% | - |
| HSV(B) | 228.65º | 0.22% | 0.67% | - |
| XYZ | 26.31 | 26.64 | 41.79 | - |
| YUV | 141.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 170 | 0.22 | 0.18 | 0 | 0.33 | 228.65 | 0.18 | 0.59 |
| Hex | 85 | 8C | AA | 16 | 12 | 0 | 21 | E5 | 12 | 3B |
| Octal | 205 | 214 | 252 | 26 | 22 | 0 | 41 | 345 | 22 | 73 |
| Binary | 10000101 | 10001100 | 10101010 | 10110 | 10010 | 0 | 100001 | 11100101 | 10010 | 111011 |
Color Harmonies of #858CAA
Complementary color
Monochromatic Colors of #858CAA
Black with #858CAA
Text Example
Text Example
White with #858CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CAA; }
p { color: rgb(133,140,170); }
H1.HeaderClassName
{
color: #858CAA;
}
.AnyTagClassName
{
color: #858CAA;
}
</style>
background-color css
<style>
a { background-color: #858CAA; }
a { background-color: rgb(133,140,170); }
div.DivClassName
{
background-color: #858CAA;
}
.BgClassName
{
background-color: #858CAA;
}
</style>
border-color css
<style>
span { border-color: #858CAA; }
span { border-color: rgb(133,140,170); }
td.TdClassName
{
border-color: #858CAA;
}
.TagClassName
{
border-color: #858CAA;
}
</style>