Shades of Submarine #89999D
Tints of Submarine #89999D
RGB
CMYK
RGB Variations
Color information
#89999D (or 0x89999D) is known color: Submarine. HEX triplet: 89, 99 and 9D. RGB value is (137,153,157). Sum of RGB (Red+Green+Blue) = 137+153+157=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #89999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89999D is #766662. Grayscale: #949494. Windows color (decimal): -7759459 or 10328457. OLE color: 10328457.
HSL color Cylindrical-coordinate representation of color #89999D: hue angle of 192º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89999D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 153 | 157 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.38 |
| HSL | 192º | 0.09% | 0.58% | - |
| HSV(B) | 192º | 0.13% | 0.62% | - |
| XYZ | 27.79 | 30.54 | 36.33 | - |
| YUV | 148.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 157 | 0.13 | 0.03 | 0 | 0.38 | 192 | 0.09 | 0.58 |
| Hex | 89 | 99 | 9D | D | 3 | 0 | 26 | C0 | 9 | 3A |
| Octal | 211 | 231 | 235 | 15 | 3 | 0 | 46 | 300 | 11 | 72 |
| Binary | 10001001 | 10011001 | 10011101 | 1101 | 11 | 0 | 100110 | 11000000 | 1001 | 111010 |
Color Harmonies of #89999D
Complementary color
Monochromatic Colors of #89999D
Black with #89999D
Text Example
Text Example
White with #89999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89999D; }
p { color: rgb(137,153,157); }
H1.HeaderClassName
{
color: #89999D;
}
.AnyTagClassName
{
color: #89999D;
}
</style>
background-color css
<style>
a { background-color: #89999D; }
a { background-color: rgb(137,153,157); }
div.DivClassName
{
background-color: #89999D;
}
.BgClassName
{
background-color: #89999D;
}
</style>
border-color css
<style>
span { border-color: #89999D; }
span { border-color: rgb(137,153,157); }
td.TdClassName
{
border-color: #89999D;
}
.TagClassName
{
border-color: #89999D;
}
</style>