Shades of Manatee #858D9D
Tints of Manatee #858D9D
RGB
CMYK
RGB Variations
Color information
#858D9D (or 0x858D9D) is known color: Manatee. HEX triplet: 85, 8D and 9D. RGB value is (133,141,157). Sum of RGB (Red+Green+Blue) = 133+141+157=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #858D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D9D is #7A7262. Grayscale: #8C8C8C. Windows color (decimal): -8024675 or 10325381. OLE color: 10325381.
HSL color Cylindrical-coordinate representation of color #858D9D: hue angle of 220º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858D9D is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 141 | 157 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.38 |
| HSL | 220º | 0.11% | 0.57% | - |
| HSV(B) | 220º | 0.15% | 0.62% | - |
| XYZ | 25.28 | 26.47 | 35.68 | - |
| YUV | 140.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 157 | 0.15 | 0.10 | 0 | 0.38 | 220 | 0.11 | 0.57 |
| Hex | 85 | 8D | 9D | F | A | 0 | 26 | DC | B | 39 |
| Octal | 205 | 215 | 235 | 17 | 12 | 0 | 46 | 334 | 13 | 71 |
| Binary | 10000101 | 10001101 | 10011101 | 1111 | 1010 | 0 | 100110 | 11011100 | 1011 | 111001 |
Color Harmonies of #858D9D
Complementary color
Monochromatic Colors of #858D9D
Black with #858D9D
Text Example
Text Example
White with #858D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D9D; }
p { color: rgb(133,141,157); }
H1.HeaderClassName
{
color: #858D9D;
}
.AnyTagClassName
{
color: #858D9D;
}
</style>
background-color css
<style>
a { background-color: #858D9D; }
a { background-color: rgb(133,141,157); }
div.DivClassName
{
background-color: #858D9D;
}
.BgClassName
{
background-color: #858D9D;
}
</style>
border-color css
<style>
span { border-color: #858D9D; }
span { border-color: rgb(133,141,157); }
td.TdClassName
{
border-color: #858D9D;
}
.TagClassName
{
border-color: #858D9D;
}
</style>