Shades of Manatee #858CAD
Tints of Manatee #858CAD
RGB
CMYK
RGB Variations
Color information
#858CAD (or 0x858CAD) is known color: Manatee. HEX triplet: 85, 8C and AD. RGB value is (133,140,173). Sum of RGB (Red+Green+Blue) = 133+140+173=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #858CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAD is #7A7352. Grayscale: #8D8D8D. Windows color (decimal): -8024915 or 11373701. OLE color: 11373701.
HSL color Cylindrical-coordinate representation of color #858CAD: hue angle of 229.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858CAD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 140 | 173 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.32 |
| HSL | 229.5º | 0.2% | 0.6% | - |
| HSV(B) | 229.5º | 0.23% | 0.68% | - |
| XYZ | 26.59 | 26.76 | 43.3 | - |
| YUV | 141.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 173 | 0.23 | 0.19 | 0 | 0.32 | 229.5 | 0.2 | 0.6 |
| Hex | 85 | 8C | AD | 17 | 13 | 0 | 20 | E6 | 14 | 3C |
| Octal | 205 | 214 | 255 | 27 | 23 | 0 | 40 | 346 | 24 | 74 |
| Binary | 10000101 | 10001100 | 10101101 | 10111 | 10011 | 0 | 100000 | 11100110 | 10100 | 111100 |
Color Harmonies of #858CAD
Complementary color
Monochromatic Colors of #858CAD
Black with #858CAD
Text Example
Text Example
White with #858CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CAD; }
p { color: rgb(133,140,173); }
H1.HeaderClassName
{
color: #858CAD;
}
.AnyTagClassName
{
color: #858CAD;
}
</style>
background-color css
<style>
a { background-color: #858CAD; }
a { background-color: rgb(133,140,173); }
div.DivClassName
{
background-color: #858CAD;
}
.BgClassName
{
background-color: #858CAD;
}
</style>
border-color css
<style>
span { border-color: #858CAD; }
span { border-color: rgb(133,140,173); }
td.TdClassName
{
border-color: #858CAD;
}
.TagClassName
{
border-color: #858CAD;
}
</style>