Shades of Submarine #89989C
Tints of Submarine #89989C
RGB
CMYK
RGB Variations
Color information
#89989C (or 0x89989C) is known color: Submarine. HEX triplet: 89, 98 and 9C. RGB value is (137,152,156). Sum of RGB (Red+Green+Blue) = 137+152+156=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #89989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89989C is #766763. Grayscale: #939393. Windows color (decimal): -7759716 or 10262665. OLE color: 10262665.
HSL color Cylindrical-coordinate representation of color #89989C: hue angle of 192.63º 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 #89989C is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 152 | 156 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.39 |
| HSL | 192.63º | 0.09% | 0.57% | - |
| HSV(B) | 192.63º | 0.12% | 0.61% | - |
| XYZ | 27.55 | 30.18 | 35.83 | - |
| YUV | 147.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 156 | 0.12 | 0.03 | 0 | 0.39 | 192.63 | 0.09 | 0.57 |
| Hex | 89 | 98 | 9C | C | 3 | 0 | 27 | C1 | 9 | 39 |
| Octal | 211 | 230 | 234 | 14 | 3 | 0 | 47 | 301 | 11 | 71 |
| Binary | 10001001 | 10011000 | 10011100 | 1100 | 11 | 0 | 100111 | 11000001 | 1001 | 111001 |
Color Harmonies of #89989C
Complementary color
Monochromatic Colors of #89989C
Black with #89989C
Text Example
Text Example
White with #89989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89989C; }
p { color: rgb(137,152,156); }
H1.HeaderClassName
{
color: #89989C;
}
.AnyTagClassName
{
color: #89989C;
}
</style>
background-color css
<style>
a { background-color: #89989C; }
a { background-color: rgb(137,152,156); }
div.DivClassName
{
background-color: #89989C;
}
.BgClassName
{
background-color: #89989C;
}
</style>
border-color css
<style>
span { border-color: #89989C; }
span { border-color: rgb(137,152,156); }
td.TdClassName
{
border-color: #89989C;
}
.TagClassName
{
border-color: #89989C;
}
</style>