Shades of Manatee #92959B
Tints of Manatee #92959B
RGB
CMYK
RGB Variations
Color information
#92959B (or 0x92959B) is known color: Manatee. HEX triplet: 92, 95 and 9B. RGB value is (146,149,155). Sum of RGB (Red+Green+Blue) = 146+149+155=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #92959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92959B is #6D6A64. Grayscale: #949494. Windows color (decimal): -7170661 or 10196370. OLE color: 10196370.
HSL color Cylindrical-coordinate representation of color #92959B: hue angle of 220º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92959B is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 149 | 155 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.39 |
| HSL | 220º | 0.04% | 0.59% | - |
| HSV(B) | 220º | 0.06% | 0.61% | - |
| XYZ | 28.52 | 29.97 | 35.29 | - |
| YUV | 148.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 155 | 0.06 | 0.04 | 0 | 0.39 | 220 | 0.04 | 0.59 |
| Hex | 92 | 95 | 9B | 6 | 4 | 0 | 27 | DC | 4 | 3B |
| Octal | 222 | 225 | 233 | 6 | 4 | 0 | 47 | 334 | 4 | 73 |
| Binary | 10010010 | 10010101 | 10011011 | 110 | 100 | 0 | 100111 | 11011100 | 100 | 111011 |
Color Harmonies of #92959B
Complementary color
Monochromatic Colors of #92959B
Black with #92959B
Text Example
Text Example
White with #92959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92959B; }
p { color: rgb(146,149,155); }
H1.HeaderClassName
{
color: #92959B;
}
.AnyTagClassName
{
color: #92959B;
}
</style>
background-color css
<style>
a { background-color: #92959B; }
a { background-color: rgb(146,149,155); }
div.DivClassName
{
background-color: #92959B;
}
.BgClassName
{
background-color: #92959B;
}
</style>
border-color css
<style>
span { border-color: #92959B; }
span { border-color: rgb(146,149,155); }
td.TdClassName
{
border-color: #92959B;
}
.TagClassName
{
border-color: #92959B;
}
</style>