Shades of Submarine #889698
Tints of Submarine #889698
RGB
CMYK
RGB Variations
Color information
#889698 (or 0x889698) is known color: Submarine. HEX triplet: 88, 96 and 98. RGB value is (136,150,152). Sum of RGB (Red+Green+Blue) = 136+150+152=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 152 - color contains mainly: blue. Hex color #889698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889698 is #776967. Grayscale: #929292. Windows color (decimal): -7825768 or 10000008. OLE color: 10000008.
HSL color Cylindrical-coordinate representation of color #889698: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889698 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 150 | 152 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.40 |
| HSL | 187.5º | 0.07% | 0.56% | - |
| HSV(B) | 187.5º | 0.11% | 0.6% | - |
| XYZ | 26.73 | 29.31 | 33.96 | - |
| YUV | 146.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 152 | 0.11 | 0.01 | 0 | 0.40 | 187.5 | 0.07 | 0.56 |
| Hex | 88 | 96 | 98 | B | 1 | 0 | 28 | BC | 7 | 38 |
| Octal | 210 | 226 | 230 | 13 | 1 | 0 | 50 | 274 | 7 | 70 |
| Binary | 10001000 | 10010110 | 10011000 | 1011 | 1 | 0 | 101000 | 10111100 | 111 | 111000 |
Color Harmonies of #889698
Complementary color
Monochromatic Colors of #889698
Black with #889698
Text Example
Text Example
White with #889698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889698; }
p { color: rgb(136,150,152); }
H1.HeaderClassName
{
color: #889698;
}
.AnyTagClassName
{
color: #889698;
}
</style>
background-color css
<style>
a { background-color: #889698; }
a { background-color: rgb(136,150,152); }
div.DivClassName
{
background-color: #889698;
}
.BgClassName
{
background-color: #889698;
}
</style>
border-color css
<style>
span { border-color: #889698; }
span { border-color: rgb(136,150,152); }
td.TdClassName
{
border-color: #889698;
}
.TagClassName
{
border-color: #889698;
}
</style>