Shades of Manatee #91959F
Tints of Manatee #91959F
RGB
CMYK
RGB Variations
Color information
#91959F (or 0x91959F) is known color: Manatee. HEX triplet: 91, 95 and 9F. RGB value is (145,149,159). Sum of RGB (Red+Green+Blue) = 145+149+159=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #91959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91959F is #6E6A60. Grayscale: #949494. Windows color (decimal): -7236193 or 10458513. OLE color: 10458513.
HSL color Cylindrical-coordinate representation of color #91959F: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91959F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 149 | 159 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.38 |
| HSL | 222.86º | 0.07% | 0.6% | - |
| HSV(B) | 222.86º | 0.09% | 0.62% | - |
| XYZ | 28.68 | 30.02 | 37.08 | - |
| YUV | 148.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 159 | 0.09 | 0.06 | 0 | 0.38 | 222.86 | 0.07 | 0.6 |
| Hex | 91 | 95 | 9F | 9 | 6 | 0 | 26 | DF | 7 | 3C |
| Octal | 221 | 225 | 237 | 11 | 6 | 0 | 46 | 337 | 7 | 74 |
| Binary | 10010001 | 10010101 | 10011111 | 1001 | 110 | 0 | 100110 | 11011111 | 111 | 111100 |
Color Harmonies of #91959F
Complementary color
Monochromatic Colors of #91959F
Black with #91959F
Text Example
Text Example
White with #91959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91959F; }
p { color: rgb(145,149,159); }
H1.HeaderClassName
{
color: #91959F;
}
.AnyTagClassName
{
color: #91959F;
}
</style>
background-color css
<style>
a { background-color: #91959F; }
a { background-color: rgb(145,149,159); }
div.DivClassName
{
background-color: #91959F;
}
.BgClassName
{
background-color: #91959F;
}
</style>
border-color css
<style>
span { border-color: #91959F; }
span { border-color: rgb(145,149,159); }
td.TdClassName
{
border-color: #91959F;
}
.TagClassName
{
border-color: #91959F;
}
</style>