Shades of Manatee #85879D
Tints of Manatee #85879D
RGB
CMYK
RGB Variations
Color information
#85879D (or 0x85879D) is known color: Manatee. HEX triplet: 85, 87 and 9D. RGB value is (133,135,157). Sum of RGB (Red+Green+Blue) = 133+135+157=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #85879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85879D is #7A7862. Grayscale: #888888. Windows color (decimal): -8026211 or 10323845. OLE color: 10323845.
HSL color Cylindrical-coordinate representation of color #85879D: hue angle of 235º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85879D is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 135 | 157 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.38 |
| HSL | 235º | 0.11% | 0.57% | - |
| HSV(B) | 235º | 0.15% | 0.62% | - |
| XYZ | 24.42 | 24.75 | 35.39 | - |
| YUV | 136.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 157 | 0.15 | 0.14 | 0 | 0.38 | 235 | 0.11 | 0.57 |
| Hex | 85 | 87 | 9D | F | E | 0 | 26 | EB | B | 39 |
| Octal | 205 | 207 | 235 | 17 | 16 | 0 | 46 | 353 | 13 | 71 |
| Binary | 10000101 | 10000111 | 10011101 | 1111 | 1110 | 0 | 100110 | 11101011 | 1011 | 111001 |
Color Harmonies of #85879D
Complementary color
Monochromatic Colors of #85879D
Black with #85879D
Text Example
Text Example
White with #85879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85879D; }
p { color: rgb(133,135,157); }
H1.HeaderClassName
{
color: #85879D;
}
.AnyTagClassName
{
color: #85879D;
}
</style>
background-color css
<style>
a { background-color: #85879D; }
a { background-color: rgb(133,135,157); }
div.DivClassName
{
background-color: #85879D;
}
.BgClassName
{
background-color: #85879D;
}
</style>
border-color css
<style>
span { border-color: #85879D; }
span { border-color: rgb(133,135,157); }
td.TdClassName
{
border-color: #85879D;
}
.TagClassName
{
border-color: #85879D;
}
</style>