Shades of Manatee #9599A8
Tints of Manatee #9599A8
RGB
CMYK
RGB Variations
Color information
#9599A8 (or 0x9599A8) is known color: Manatee. HEX triplet: 95, 99 and A8. RGB value is (149,153,168). Sum of RGB (Red+Green+Blue) = 149+153+168=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #9599A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599A8 is #6A6657. Grayscale: #999999. Windows color (decimal): -6973016 or 11049365. OLE color: 11049365.
HSL color Cylindrical-coordinate representation of color #9599A8: hue angle of 227.37º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9599A8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 153 | 168 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.34 |
| HSL | 227.37º | 0.1% | 0.62% | - |
| HSV(B) | 227.37º | 0.11% | 0.66% | - |
| XYZ | 30.85 | 32 | 41.6 | - |
| YUV | 153.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 168 | 0.11 | 0.09 | 0 | 0.34 | 227.37 | 0.1 | 0.62 |
| Hex | 95 | 99 | A8 | B | 9 | 0 | 22 | E3 | A | 3E |
| Octal | 225 | 231 | 250 | 13 | 11 | 0 | 42 | 343 | 12 | 76 |
| Binary | 10010101 | 10011001 | 10101000 | 1011 | 1001 | 0 | 100010 | 11100011 | 1010 | 111110 |
Color Harmonies of #9599A8
Complementary color
Monochromatic Colors of #9599A8
Black with #9599A8
Text Example
Text Example
White with #9599A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599A8; }
p { color: rgb(149,153,168); }
H1.HeaderClassName
{
color: #9599A8;
}
.AnyTagClassName
{
color: #9599A8;
}
</style>
background-color css
<style>
a { background-color: #9599A8; }
a { background-color: rgb(149,153,168); }
div.DivClassName
{
background-color: #9599A8;
}
.BgClassName
{
background-color: #9599A8;
}
</style>
border-color css
<style>
span { border-color: #9599A8; }
span { border-color: rgb(149,153,168); }
td.TdClassName
{
border-color: #9599A8;
}
.TagClassName
{
border-color: #9599A8;
}
</style>