Shades of Submarine #889EA0
Tints of Submarine #889EA0
RGB
CMYK
RGB Variations
Color information
#889EA0 (or 0x889EA0) is known color: Submarine. HEX triplet: 88, 9E and A0. RGB value is (136,158,160). Sum of RGB (Red+Green+Blue) = 136+158+160=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 160 - color contains mainly: blue. Hex color #889EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EA0 is #77615F. Grayscale: #979797. Windows color (decimal): -7823712 or 10526344. OLE color: 10526344.
HSL color Cylindrical-coordinate representation of color #889EA0: hue angle of 185º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #889EA0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 158 | 160 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.37 |
| HSL | 185º | 0.11% | 0.58% | - |
| HSV(B) | 185º | 0.15% | 0.63% | - |
| XYZ | 28.73 | 32.23 | 37.96 | - |
| YUV | 151.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 160 | 0.15 | 0.01 | 0 | 0.37 | 185 | 0.11 | 0.58 |
| Hex | 88 | 9E | A0 | F | 1 | 0 | 25 | B9 | B | 3A |
| Octal | 210 | 236 | 240 | 17 | 1 | 0 | 45 | 271 | 13 | 72 |
| Binary | 10001000 | 10011110 | 10100000 | 1111 | 1 | 0 | 100101 | 10111001 | 1011 | 111010 |
Color Harmonies of #889EA0
Complementary color
Monochromatic Colors of #889EA0
Black with #889EA0
Text Example
Text Example
White with #889EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EA0; }
p { color: rgb(136,158,160); }
H1.HeaderClassName
{
color: #889EA0;
}
.AnyTagClassName
{
color: #889EA0;
}
</style>
background-color css
<style>
a { background-color: #889EA0; }
a { background-color: rgb(136,158,160); }
div.DivClassName
{
background-color: #889EA0;
}
.BgClassName
{
background-color: #889EA0;
}
</style>
border-color css
<style>
span { border-color: #889EA0; }
span { border-color: rgb(136,158,160); }
td.TdClassName
{
border-color: #889EA0;
}
.TagClassName
{
border-color: #889EA0;
}
</style>