Shades of Manatee #858593
Tints of Manatee #858593
RGB
CMYK
RGB Variations
Color information
#858593 (or 0x858593) is known color: Manatee. HEX triplet: 85, 85 and 93. RGB value is (133,133,147). Sum of RGB (Red+Green+Blue) = 133+133+147=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #858593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858593 is #7A7A6C. Grayscale: #868686. Windows color (decimal): -8026733 or 9667973. OLE color: 9667973.
HSL color Cylindrical-coordinate representation of color #858593: hue angle of 240º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858593 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 133 | 147 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.42 |
| HSL | 240º | 0.06% | 0.55% | - |
| HSV(B) | 240º | 0.1% | 0.58% | - |
| XYZ | 23.33 | 23.87 | 30.98 | - |
| YUV | 134.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 147 | 0.10 | 0.10 | 0 | 0.42 | 240 | 0.06 | 0.55 |
| Hex | 85 | 85 | 93 | A | A | 0 | 2A | F0 | 6 | 37 |
| Octal | 205 | 205 | 223 | 12 | 12 | 0 | 52 | 360 | 6 | 67 |
| Binary | 10000101 | 10000101 | 10010011 | 1010 | 1010 | 0 | 101010 | 11110000 | 110 | 110111 |
Color Harmonies of #858593
Complementary color
Monochromatic Colors of #858593
Black with #858593
Text Example
Text Example
White with #858593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858593; }
p { color: rgb(133,133,147); }
H1.HeaderClassName
{
color: #858593;
}
.AnyTagClassName
{
color: #858593;
}
</style>
background-color css
<style>
a { background-color: #858593; }
a { background-color: rgb(133,133,147); }
div.DivClassName
{
background-color: #858593;
}
.BgClassName
{
background-color: #858593;
}
</style>
border-color css
<style>
span { border-color: #858593; }
span { border-color: rgb(133,133,147); }
td.TdClassName
{
border-color: #858593;
}
.TagClassName
{
border-color: #858593;
}
</style>