Shades of Manatee #9598AB
Tints of Manatee #9598AB
RGB
CMYK
RGB Variations
Color information
#9598AB (or 0x9598AB) is known color: Manatee. HEX triplet: 95, 98 and AB. RGB value is (149,152,171). Sum of RGB (Red+Green+Blue) = 149+152+171=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9598AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9598AB is #6A6754. Grayscale: #999999. Windows color (decimal): -6973269 or 11245717. OLE color: 11245717.
HSL color Cylindrical-coordinate representation of color #9598AB: hue angle of 231.82º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9598AB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 152 | 171 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.33 |
| HSL | 231.82º | 0.12% | 0.63% | - |
| HSV(B) | 231.82º | 0.13% | 0.67% | - |
| XYZ | 30.97 | 31.79 | 43.03 | - |
| YUV | 153.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 171 | 0.13 | 0.11 | 0 | 0.33 | 231.82 | 0.12 | 0.63 |
| Hex | 95 | 98 | AB | D | B | 0 | 21 | E8 | C | 3F |
| Octal | 225 | 230 | 253 | 15 | 13 | 0 | 41 | 350 | 14 | 77 |
| Binary | 10010101 | 10011000 | 10101011 | 1101 | 1011 | 0 | 100001 | 11101000 | 1100 | 111111 |
Color Harmonies of #9598AB
Complementary color
Monochromatic Colors of #9598AB
Black with #9598AB
Text Example
Text Example
White with #9598AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598AB; }
p { color: rgb(149,152,171); }
H1.HeaderClassName
{
color: #9598AB;
}
.AnyTagClassName
{
color: #9598AB;
}
</style>
background-color css
<style>
a { background-color: #9598AB; }
a { background-color: rgb(149,152,171); }
div.DivClassName
{
background-color: #9598AB;
}
.BgClassName
{
background-color: #9598AB;
}
</style>
border-color css
<style>
span { border-color: #9598AB; }
span { border-color: rgb(149,152,171); }
td.TdClassName
{
border-color: #9598AB;
}
.TagClassName
{
border-color: #9598AB;
}
</style>