Shades of Manatee #858589
Tints of Manatee #858589
RGB
CMYK
RGB Variations
Color information
#858589 (or 0x858589) is known color: Manatee. HEX triplet: 85, 85 and 89. RGB value is (133,133,137). Sum of RGB (Red+Green+Blue) = 133+133+137=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 137 - color contains mainly: blue. Hex color #858589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858589 is #7A7A76. Grayscale: #858585. Windows color (decimal): -8026743 or 9012613. OLE color: 9012613.
HSL color Cylindrical-coordinate representation of color #858589: 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.03%. Process color model (Four color, CMYK) of #858589 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 133 | 133 | 137 | - |
CMYK | 0.03 | 0.03 | 0 | 0.46 |
HSL | 240º | 0.02% | 0.53% | - |
HSV(B) | 240º | 0.03% | 0.54% | - |
XYZ | 22.58 | 23.57 | 27.03 | - |
YUV | 133.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 133 | 137 | 0.03 | 0.03 | 0 | 0.46 | 240 | 0.02 | 0.53 |
Hex | 85 | 85 | 89 | 3 | 3 | 0 | 2E | F0 | 2 | 35 |
Octal | 205 | 205 | 211 | 3 | 3 | 0 | 56 | 360 | 2 | 65 |
Binary | 10000101 | 10000101 | 10001001 | 11 | 11 | 0 | 101110 | 11110000 | 10 | 110101 |
Color Harmonies of #858589
Complementary color
Monochromatic Colors of #858589
Black with #858589
Text Example
Text Example
White with #858589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858589; }
p { color: rgb(133,133,137); }
H1.HeaderClassName
{
color: #858589;
}
.AnyTagClassName
{
color: #858589;
}
</style>
background-color css
<style>
a { background-color: #858589; }
a { background-color: rgb(133,133,137); }
div.DivClassName
{
background-color: #858589;
}
.BgClassName
{
background-color: #858589;
}
</style>
border-color css
<style>
span { border-color: #858589; }
span { border-color: rgb(133,133,137); }
td.TdClassName
{
border-color: #858589;
}
.TagClassName
{
border-color: #858589;
}
</style>