Shades of Manatee #818598
Tints of Manatee #818598
RGB
CMYK
RGB Variations
Color information
#818598 (or 0x818598) is known color: Manatee. HEX triplet: 81, 85 and 98. RGB value is (129,133,152). Sum of RGB (Red+Green+Blue) = 129+133+152=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #818598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818598 is #7E7A67. Grayscale: #858585. Windows color (decimal): -8288872 or 9995649. OLE color: 9995649.
HSL color Cylindrical-coordinate representation of color #818598: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818598 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 133 | 152 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.40 |
| HSL | 229.57º | 0.1% | 0.55% | - |
| HSV(B) | 229.57º | 0.15% | 0.6% | - |
| XYZ | 23.11 | 23.71 | 33.06 | - |
| YUV | 133.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 152 | 0.15 | 0.13 | 0 | 0.40 | 229.57 | 0.1 | 0.55 |
| Hex | 81 | 85 | 98 | F | D | 0 | 28 | E6 | A | 37 |
| Octal | 201 | 205 | 230 | 17 | 15 | 0 | 50 | 346 | 12 | 67 |
| Binary | 10000001 | 10000101 | 10011000 | 1111 | 1101 | 0 | 101000 | 11100110 | 1010 | 110111 |
Color Harmonies of #818598
Complementary color
Monochromatic Colors of #818598
Black with #818598
Text Example
Text Example
White with #818598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818598; }
p { color: rgb(129,133,152); }
H1.HeaderClassName
{
color: #818598;
}
.AnyTagClassName
{
color: #818598;
}
</style>
background-color css
<style>
a { background-color: #818598; }
a { background-color: rgb(129,133,152); }
div.DivClassName
{
background-color: #818598;
}
.BgClassName
{
background-color: #818598;
}
</style>
border-color css
<style>
span { border-color: #818598; }
span { border-color: rgb(129,133,152); }
td.TdClassName
{
border-color: #818598;
}
.TagClassName
{
border-color: #818598;
}
</style>