Shades of Submarine #89999C
Tints of Submarine #89999C
RGB
CMYK
RGB Variations
Color information
#89999C (or 0x89999C) is known color: Submarine. HEX triplet: 89, 99 and 9C. RGB value is (137,153,156). Sum of RGB (Red+Green+Blue) = 137+153+156=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 156 - color contains mainly: blue. Hex color #89999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89999C is #766663. Grayscale: #949494. Windows color (decimal): -7759460 or 10262921. OLE color: 10262921.
HSL color Cylindrical-coordinate representation of color #89999C: hue angle of 189.47º 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 #89999C is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 153 | 156 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.39 |
| HSL | 189.47º | 0.09% | 0.57% | - |
| HSV(B) | 189.47º | 0.12% | 0.61% | - |
| XYZ | 27.71 | 30.5 | 35.88 | - |
| YUV | 148.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 156 | 0.12 | 0.02 | 0 | 0.39 | 189.47 | 0.09 | 0.57 |
| Hex | 89 | 99 | 9C | C | 2 | 0 | 27 | BD | 9 | 39 |
| Octal | 211 | 231 | 234 | 14 | 2 | 0 | 47 | 275 | 11 | 71 |
| Binary | 10001001 | 10011001 | 10011100 | 1100 | 10 | 0 | 100111 | 10111101 | 1001 | 111001 |
Color Harmonies of #89999C
Complementary color
Monochromatic Colors of #89999C
Black with #89999C
Text Example
Text Example
White with #89999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89999C; }
p { color: rgb(137,153,156); }
H1.HeaderClassName
{
color: #89999C;
}
.AnyTagClassName
{
color: #89999C;
}
</style>
background-color css
<style>
a { background-color: #89999C; }
a { background-color: rgb(137,153,156); }
div.DivClassName
{
background-color: #89999C;
}
.BgClassName
{
background-color: #89999C;
}
</style>
border-color css
<style>
span { border-color: #89999C; }
span { border-color: rgb(137,153,156); }
td.TdClassName
{
border-color: #89999C;
}
.TagClassName
{
border-color: #89999C;
}
</style>