Shades of Manatee #9599A9
Tints of Manatee #9599A9
RGB
CMYK
RGB Variations
Color information
#9599A9 (or 0x9599A9) is known color: Manatee. HEX triplet: 95, 99 and A9. RGB value is (149,153,169). Sum of RGB (Red+Green+Blue) = 149+153+169=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #9599A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599A9 is #6A6656. Grayscale: #999999. Windows color (decimal): -6973015 or 11114901. OLE color: 11114901.
HSL color Cylindrical-coordinate representation of color #9599A9: hue angle of 228º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9599A9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 153 | 169 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.34 |
| HSL | 228º | 0.1% | 0.62% | - |
| HSV(B) | 228º | 0.12% | 0.66% | - |
| XYZ | 30.95 | 32.04 | 42.09 | - |
| YUV | 153.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 169 | 0.12 | 0.09 | 0 | 0.34 | 228 | 0.1 | 0.62 |
| Hex | 95 | 99 | A9 | C | 9 | 0 | 22 | E4 | A | 3E |
| Octal | 225 | 231 | 251 | 14 | 11 | 0 | 42 | 344 | 12 | 76 |
| Binary | 10010101 | 10011001 | 10101001 | 1100 | 1001 | 0 | 100010 | 11100100 | 1010 | 111110 |
Color Harmonies of #9599A9
Complementary color
Monochromatic Colors of #9599A9
Black with #9599A9
Text Example
Text Example
White with #9599A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599A9; }
p { color: rgb(149,153,169); }
H1.HeaderClassName
{
color: #9599A9;
}
.AnyTagClassName
{
color: #9599A9;
}
</style>
background-color css
<style>
a { background-color: #9599A9; }
a { background-color: rgb(149,153,169); }
div.DivClassName
{
background-color: #9599A9;
}
.BgClassName
{
background-color: #9599A9;
}
</style>
border-color css
<style>
span { border-color: #9599A9; }
span { border-color: rgb(149,153,169); }
td.TdClassName
{
border-color: #9599A9;
}
.TagClassName
{
border-color: #9599A9;
}
</style>