Shades of Manatee #818592
Tints of Manatee #818592
RGB
CMYK
RGB Variations
Color information
#818592 (or 0x818592) is known color: Manatee. HEX triplet: 81, 85 and 92. RGB value is (129,133,146). Sum of RGB (Red+Green+Blue) = 129+133+146=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #818592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818592 is #7E7A6D. Grayscale: #858585. Windows color (decimal): -8288878 or 9602433. OLE color: 9602433.
HSL color Cylindrical-coordinate representation of color #818592: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818592 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 133 | 146 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.43 |
| HSL | 225.88º | 0.07% | 0.54% | - |
| HSV(B) | 225.88º | 0.12% | 0.57% | - |
| XYZ | 22.63 | 23.52 | 30.54 | - |
| YUV | 133.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 146 | 0.12 | 0.09 | 0 | 0.43 | 225.88 | 0.07 | 0.54 |
| Hex | 81 | 85 | 92 | C | 9 | 0 | 2B | E2 | 7 | 36 |
| Octal | 201 | 205 | 222 | 14 | 11 | 0 | 53 | 342 | 7 | 66 |
| Binary | 10000001 | 10000101 | 10010010 | 1100 | 1001 | 0 | 101011 | 11100010 | 111 | 110110 |
Color Harmonies of #818592
Complementary color
Monochromatic Colors of #818592
Black with #818592
Text Example
Text Example
White with #818592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818592; }
p { color: rgb(129,133,146); }
H1.HeaderClassName
{
color: #818592;
}
.AnyTagClassName
{
color: #818592;
}
</style>
background-color css
<style>
a { background-color: #818592; }
a { background-color: rgb(129,133,146); }
div.DivClassName
{
background-color: #818592;
}
.BgClassName
{
background-color: #818592;
}
</style>
border-color css
<style>
span { border-color: #818592; }
span { border-color: rgb(129,133,146); }
td.TdClassName
{
border-color: #818592;
}
.TagClassName
{
border-color: #818592;
}
</style>