Shades of Manatee #858792
Tints of Manatee #858792
RGB
CMYK
RGB Variations
Color information
#858792 (or 0x858792) is known color: Manatee. HEX triplet: 85, 87 and 92. RGB value is (133,135,146). Sum of RGB (Red+Green+Blue) = 133+135+146=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #858792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858792 is #7A786D. Grayscale: #878787. Windows color (decimal): -8026222 or 9602949. OLE color: 9602949.
HSL color Cylindrical-coordinate representation of color #858792: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858792 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 135 | 146 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.43 |
| HSL | 230.77º | 0.06% | 0.55% | - |
| HSV(B) | 230.77º | 0.09% | 0.57% | - |
| XYZ | 23.53 | 24.39 | 30.66 | - |
| YUV | 135.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 146 | 0.09 | 0.08 | 0 | 0.43 | 230.77 | 0.06 | 0.55 |
| Hex | 85 | 87 | 92 | 9 | 8 | 0 | 2B | E7 | 6 | 37 |
| Octal | 205 | 207 | 222 | 11 | 10 | 0 | 53 | 347 | 6 | 67 |
| Binary | 10000101 | 10000111 | 10010010 | 1001 | 1000 | 0 | 101011 | 11100111 | 110 | 110111 |
Color Harmonies of #858792
Complementary color
Monochromatic Colors of #858792
Black with #858792
Text Example
Text Example
White with #858792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858792; }
p { color: rgb(133,135,146); }
H1.HeaderClassName
{
color: #858792;
}
.AnyTagClassName
{
color: #858792;
}
</style>
background-color css
<style>
a { background-color: #858792; }
a { background-color: rgb(133,135,146); }
div.DivClassName
{
background-color: #858792;
}
.BgClassName
{
background-color: #858792;
}
</style>
border-color css
<style>
span { border-color: #858792; }
span { border-color: rgb(133,135,146); }
td.TdClassName
{
border-color: #858792;
}
.TagClassName
{
border-color: #858792;
}
</style>