Shades of Submarine #889B98
Tints of Submarine #889B98
RGB
CMYK
RGB Variations
Color information
#889B98 (or 0x889B98) is known color: Submarine. HEX triplet: 88, 9B and 98. RGB value is (136,155,152). Sum of RGB (Red+Green+Blue) = 136+155+152=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #889B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B98 is #776467. Grayscale: #949494. Windows color (decimal): -7824488 or 10001288. OLE color: 10001288.
HSL color Cylindrical-coordinate representation of color #889B98: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B98 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 152 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.39 |
| HSL | 170.53º | 0.09% | 0.57% | - |
| HSV(B) | 170.53º | 0.12% | 0.61% | - |
| XYZ | 27.54 | 30.94 | 34.23 | - |
| YUV | 148.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 152 | 0.12 | 0 | 0.02 | 0.39 | 170.53 | 0.09 | 0.57 |
| Hex | 88 | 9B | 98 | C | 0 | 2 | 27 | AB | 9 | 39 |
| Octal | 210 | 233 | 230 | 14 | 0 | 2 | 47 | 253 | 11 | 71 |
| Binary | 10001000 | 10011011 | 10011000 | 1100 | 0 | 10 | 100111 | 10101011 | 1001 | 111001 |
Color Harmonies of #889B98
Complementary color
Monochromatic Colors of #889B98
Black with #889B98
Text Example
Text Example
White with #889B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B98; }
p { color: rgb(136,155,152); }
H1.HeaderClassName
{
color: #889B98;
}
.AnyTagClassName
{
color: #889B98;
}
</style>
background-color css
<style>
a { background-color: #889B98; }
a { background-color: rgb(136,155,152); }
div.DivClassName
{
background-color: #889B98;
}
.BgClassName
{
background-color: #889B98;
}
</style>
border-color css
<style>
span { border-color: #889B98; }
span { border-color: rgb(136,155,152); }
td.TdClassName
{
border-color: #889B98;
}
.TagClassName
{
border-color: #889B98;
}
</style>