Shades of Manatee #858AA2
Tints of Manatee #858AA2
RGB
CMYK
RGB Variations
Color information
#858AA2 (or 0x858AA2) is known color: Manatee. HEX triplet: 85, 8A and A2. RGB value is (133,138,162). Sum of RGB (Red+Green+Blue) = 133+138+162=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #858AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AA2 is #7A755D. Grayscale: #8B8B8B. Windows color (decimal): -8025438 or 10652293. OLE color: 10652293.
HSL color Cylindrical-coordinate representation of color #858AA2: hue angle of 229.66º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858AA2 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 138 | 162 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.36 |
| HSL | 229.66º | 0.13% | 0.58% | - |
| HSV(B) | 229.66º | 0.18% | 0.64% | - |
| XYZ | 25.28 | 25.77 | 37.82 | - |
| YUV | 139.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 162 | 0.18 | 0.15 | 0 | 0.36 | 229.66 | 0.13 | 0.58 |
| Hex | 85 | 8A | A2 | 12 | F | 0 | 24 | E6 | D | 3A |
| Octal | 205 | 212 | 242 | 22 | 17 | 0 | 44 | 346 | 15 | 72 |
| Binary | 10000101 | 10001010 | 10100010 | 10010 | 1111 | 0 | 100100 | 11100110 | 1101 | 111010 |
Color Harmonies of #858AA2
Complementary color
Monochromatic Colors of #858AA2
Black with #858AA2
Text Example
Text Example
White with #858AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AA2; }
p { color: rgb(133,138,162); }
H1.HeaderClassName
{
color: #858AA2;
}
.AnyTagClassName
{
color: #858AA2;
}
</style>
background-color css
<style>
a { background-color: #858AA2; }
a { background-color: rgb(133,138,162); }
div.DivClassName
{
background-color: #858AA2;
}
.BgClassName
{
background-color: #858AA2;
}
</style>
border-color css
<style>
span { border-color: #858AA2; }
span { border-color: rgb(133,138,162); }
td.TdClassName
{
border-color: #858AA2;
}
.TagClassName
{
border-color: #858AA2;
}
</style>