Shades of Submarine #889192
Tints of Submarine #889192
RGB
CMYK
RGB Variations
Color information
#889192 (or 0x889192) is known color: Submarine. HEX triplet: 88, 91 and 92. RGB value is (136,145,146). Sum of RGB (Red+Green+Blue) = 136+145+146=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #889192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889192 is #776E6D. Grayscale: #8E8E8E. Windows color (decimal): -7827054 or 9605512. OLE color: 9605512.
HSL color Cylindrical-coordinate representation of color #889192: hue angle of 186º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #889192 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 146 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.43 |
| HSL | 186º | 0.04% | 0.55% | - |
| HSV(B) | 186º | 0.07% | 0.57% | - |
| XYZ | 25.47 | 27.56 | 31.17 | - |
| YUV | 142.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 146 | 0.07 | 0.01 | 0 | 0.43 | 186 | 0.04 | 0.55 |
| Hex | 88 | 91 | 92 | 7 | 1 | 0 | 2B | BA | 4 | 37 |
| Octal | 210 | 221 | 222 | 7 | 1 | 0 | 53 | 272 | 4 | 67 |
| Binary | 10001000 | 10010001 | 10010010 | 111 | 1 | 0 | 101011 | 10111010 | 100 | 110111 |
Color Harmonies of #889192
Complementary color
Monochromatic Colors of #889192
Black with #889192
Text Example
Text Example
White with #889192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889192; }
p { color: rgb(136,145,146); }
H1.HeaderClassName
{
color: #889192;
}
.AnyTagClassName
{
color: #889192;
}
</style>
background-color css
<style>
a { background-color: #889192; }
a { background-color: rgb(136,145,146); }
div.DivClassName
{
background-color: #889192;
}
.BgClassName
{
background-color: #889192;
}
</style>
border-color css
<style>
span { border-color: #889192; }
span { border-color: rgb(136,145,146); }
td.TdClassName
{
border-color: #889192;
}
.TagClassName
{
border-color: #889192;
}
</style>