Shades of Manatee #85858A
Tints of Manatee #85858A
RGB
CMYK
RGB Variations
Color information
#85858A (or 0x85858A) is known color: Manatee. HEX triplet: 85, 85 and 8A. RGB value is (133,133,138). Sum of RGB (Red+Green+Blue) = 133+133+138=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #85858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85858A is #7A7A75. Grayscale: #858585. Windows color (decimal): -8026742 or 9078149. OLE color: 9078149.
HSL color Cylindrical-coordinate representation of color #85858A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85858A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 133 | 133 | 138 | - |
CMYK | 0.04 | 0.04 | 0 | 0.46 |
HSL | 240º | 0.02% | 0.53% | - |
HSV(B) | 240º | 0.04% | 0.54% | - |
XYZ | 22.65 | 23.6 | 27.41 | - |
YUV | 133.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 133 | 138 | 0.04 | 0.04 | 0 | 0.46 | 240 | 0.02 | 0.53 |
Hex | 85 | 85 | 8A | 4 | 4 | 0 | 2E | F0 | 2 | 35 |
Octal | 205 | 205 | 212 | 4 | 4 | 0 | 56 | 360 | 2 | 65 |
Binary | 10000101 | 10000101 | 10001010 | 100 | 100 | 0 | 101110 | 11110000 | 10 | 110101 |
Color Harmonies of #85858A
Complementary color
Monochromatic Colors of #85858A
Black with #85858A
Text Example
Text Example
White with #85858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85858A; }
p { color: rgb(133,133,138); }
H1.HeaderClassName
{
color: #85858A;
}
.AnyTagClassName
{
color: #85858A;
}
</style>
background-color css
<style>
a { background-color: #85858A; }
a { background-color: rgb(133,133,138); }
div.DivClassName
{
background-color: #85858A;
}
.BgClassName
{
background-color: #85858A;
}
</style>
border-color css
<style>
span { border-color: #85858A; }
span { border-color: rgb(133,133,138); }
td.TdClassName
{
border-color: #85858A;
}
.TagClassName
{
border-color: #85858A;
}
</style>