Shades of Manatee #90959F
Tints of Manatee #90959F
RGB
CMYK
RGB Variations
Color information
#90959F (or 0x90959F) is known color: Manatee. HEX triplet: 90, 95 and 9F. RGB value is (144,149,159). Sum of RGB (Red+Green+Blue) = 144+149+159=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 159 - color contains mainly: blue. Hex color #90959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90959F is #6F6A60. Grayscale: #949494. Windows color (decimal): -7301729 or 10458512. OLE color: 10458512.
HSL color Cylindrical-coordinate representation of color #90959F: hue angle of 220º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90959F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 149 | 159 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.38 |
| HSL | 220º | 0.07% | 0.59% | - |
| HSV(B) | 220º | 0.09% | 0.62% | - |
| XYZ | 28.51 | 29.93 | 37.07 | - |
| YUV | 148.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 159 | 0.09 | 0.06 | 0 | 0.38 | 220 | 0.07 | 0.59 |
| Hex | 90 | 95 | 9F | 9 | 6 | 0 | 26 | DC | 7 | 3B |
| Octal | 220 | 225 | 237 | 11 | 6 | 0 | 46 | 334 | 7 | 73 |
| Binary | 10010000 | 10010101 | 10011111 | 1001 | 110 | 0 | 100110 | 11011100 | 111 | 111011 |
Color Harmonies of #90959F
Complementary color
Monochromatic Colors of #90959F
Black with #90959F
Text Example
Text Example
White with #90959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90959F; }
p { color: rgb(144,149,159); }
H1.HeaderClassName
{
color: #90959F;
}
.AnyTagClassName
{
color: #90959F;
}
</style>
background-color css
<style>
a { background-color: #90959F; }
a { background-color: rgb(144,149,159); }
div.DivClassName
{
background-color: #90959F;
}
.BgClassName
{
background-color: #90959F;
}
</style>
border-color css
<style>
span { border-color: #90959F; }
span { border-color: rgb(144,149,159); }
td.TdClassName
{
border-color: #90959F;
}
.TagClassName
{
border-color: #90959F;
}
</style>