Shades of Manatee #92959C
Tints of Manatee #92959C
RGB
CMYK
RGB Variations
Color information
#92959C (or 0x92959C) is known color: Manatee. HEX triplet: 92, 95 and 9C. RGB value is (146,149,156). Sum of RGB (Red+Green+Blue) = 146+149+156=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 156 - color contains mainly: blue. Hex color #92959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92959C is #6D6A63. Grayscale: #949494. Windows color (decimal): -7170660 or 10261906. OLE color: 10261906.
HSL color Cylindrical-coordinate representation of color #92959C: hue angle of 222º degrees, saturation: 0.05, 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 #92959C is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 149 | 156 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.39 |
| HSL | 222º | 0.05% | 0.59% | - |
| HSV(B) | 222º | 0.06% | 0.61% | - |
| XYZ | 28.6 | 30.01 | 35.74 | - |
| YUV | 148.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 156 | 0.06 | 0.04 | 0 | 0.39 | 222 | 0.05 | 0.59 |
| Hex | 92 | 95 | 9C | 6 | 4 | 0 | 27 | DE | 5 | 3B |
| Octal | 222 | 225 | 234 | 6 | 4 | 0 | 47 | 336 | 5 | 73 |
| Binary | 10010010 | 10010101 | 10011100 | 110 | 100 | 0 | 100111 | 11011110 | 101 | 111011 |
Color Harmonies of #92959C
Complementary color
Monochromatic Colors of #92959C
Black with #92959C
Text Example
Text Example
White with #92959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92959C; }
p { color: rgb(146,149,156); }
H1.HeaderClassName
{
color: #92959C;
}
.AnyTagClassName
{
color: #92959C;
}
</style>
background-color css
<style>
a { background-color: #92959C; }
a { background-color: rgb(146,149,156); }
div.DivClassName
{
background-color: #92959C;
}
.BgClassName
{
background-color: #92959C;
}
</style>
border-color css
<style>
span { border-color: #92959C; }
span { border-color: rgb(146,149,156); }
td.TdClassName
{
border-color: #92959C;
}
.TagClassName
{
border-color: #92959C;
}
</style>