Shades of Manatee #858A96
Tints of Manatee #858A96
RGB
CMYK
RGB Variations
Color information
#858A96 (or 0x858A96) is known color: Manatee. HEX triplet: 85, 8A and 96. RGB value is (133,138,150). Sum of RGB (Red+Green+Blue) = 133+138+150=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #858A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A96 is #7A7569. Grayscale: #898989. Windows color (decimal): -8025450 or 9865861. OLE color: 9865861.
HSL color Cylindrical-coordinate representation of color #858A96: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858A96 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 138 | 150 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.41 |
| HSL | 222.35º | 0.07% | 0.55% | - |
| HSV(B) | 222.35º | 0.11% | 0.59% | - |
| XYZ | 24.27 | 25.37 | 32.47 | - |
| YUV | 137.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 150 | 0.11 | 0.08 | 0 | 0.41 | 222.35 | 0.07 | 0.55 |
| Hex | 85 | 8A | 96 | B | 8 | 0 | 29 | DE | 7 | 37 |
| Octal | 205 | 212 | 226 | 13 | 10 | 0 | 51 | 336 | 7 | 67 |
| Binary | 10000101 | 10001010 | 10010110 | 1011 | 1000 | 0 | 101001 | 11011110 | 111 | 110111 |
Color Harmonies of #858A96
Complementary color
Monochromatic Colors of #858A96
Black with #858A96
Text Example
Text Example
White with #858A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A96; }
p { color: rgb(133,138,150); }
H1.HeaderClassName
{
color: #858A96;
}
.AnyTagClassName
{
color: #858A96;
}
</style>
background-color css
<style>
a { background-color: #858A96; }
a { background-color: rgb(133,138,150); }
div.DivClassName
{
background-color: #858A96;
}
.BgClassName
{
background-color: #858A96;
}
</style>
border-color css
<style>
span { border-color: #858A96; }
span { border-color: rgb(133,138,150); }
td.TdClassName
{
border-color: #858A96;
}
.TagClassName
{
border-color: #858A96;
}
</style>