Shades of Manatee #9599AB
Tints of Manatee #9599AB
RGB
CMYK
RGB Variations
Color information
#9599AB (or 0x9599AB) is known color: Manatee. HEX triplet: 95, 99 and AB. RGB value is (149,153,171). Sum of RGB (Red+Green+Blue) = 149+153+171=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9599AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AB is #6A6654. Grayscale: #999999. Windows color (decimal): -6973013 or 11245973. OLE color: 11245973.
HSL color Cylindrical-coordinate representation of color #9599AB: hue angle of 229.09º 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 #9599AB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 153 | 171 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.33 |
| HSL | 229.09º | 0.12% | 0.63% | - |
| HSV(B) | 229.09º | 0.13% | 0.67% | - |
| XYZ | 31.14 | 32.11 | 43.09 | - |
| YUV | 153.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 171 | 0.13 | 0.11 | 0 | 0.33 | 229.09 | 0.12 | 0.63 |
| Hex | 95 | 99 | AB | D | B | 0 | 21 | E5 | C | 3F |
| Octal | 225 | 231 | 253 | 15 | 13 | 0 | 41 | 345 | 14 | 77 |
| Binary | 10010101 | 10011001 | 10101011 | 1101 | 1011 | 0 | 100001 | 11100101 | 1100 | 111111 |
Color Harmonies of #9599AB
Complementary color
Monochromatic Colors of #9599AB
Black with #9599AB
Text Example
Text Example
White with #9599AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599AB; }
p { color: rgb(149,153,171); }
H1.HeaderClassName
{
color: #9599AB;
}
.AnyTagClassName
{
color: #9599AB;
}
</style>
background-color css
<style>
a { background-color: #9599AB; }
a { background-color: rgb(149,153,171); }
div.DivClassName
{
background-color: #9599AB;
}
.BgClassName
{
background-color: #9599AB;
}
</style>
border-color css
<style>
span { border-color: #9599AB; }
span { border-color: rgb(149,153,171); }
td.TdClassName
{
border-color: #9599AB;
}
.TagClassName
{
border-color: #9599AB;
}
</style>