Shades of Submarine #809898
Tints of Submarine #809898
RGB
CMYK
RGB Variations
Color information
#809898 (or 0x809898) is known color: Submarine. HEX triplet: 80, 98 and 98. RGB value is (128,152,152). Sum of RGB (Red+Green+Blue) = 128+152+152=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #809898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809898 is #7F6767. Grayscale: #909090. Windows color (decimal): -8349544 or 10000512. OLE color: 10000512.
HSL color Cylindrical-coordinate representation of color #809898: hue angle of 180º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809898 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 152 | - |
| CMYK | 0.16 | 0 | 0 | 0.40 |
| HSL | 180º | 0.1% | 0.55% | - |
| HSV(B) | 180º | 0.16% | 0.6% | - |
| XYZ | 25.8 | 29.31 | 34 | - |
| YUV | 144.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 152 | 0.16 | 0 | 0 | 0.40 | 180 | 0.1 | 0.55 |
| Hex | 80 | 98 | 98 | 10 | 0 | 0 | 28 | B4 | A | 37 |
| Octal | 200 | 230 | 230 | 20 | 0 | 0 | 50 | 264 | 12 | 67 |
| Binary | 10000000 | 10011000 | 10011000 | 10000 | 0 | 0 | 101000 | 10110100 | 1010 | 110111 |
Color Harmonies of #809898
Complementary color
Monochromatic Colors of #809898
Black with #809898
Text Example
Text Example
White with #809898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809898; }
p { color: rgb(128,152,152); }
H1.HeaderClassName
{
color: #809898;
}
.AnyTagClassName
{
color: #809898;
}
</style>
background-color css
<style>
a { background-color: #809898; }
a { background-color: rgb(128,152,152); }
div.DivClassName
{
background-color: #809898;
}
.BgClassName
{
background-color: #809898;
}
</style>
border-color css
<style>
span { border-color: #809898; }
span { border-color: rgb(128,152,152); }
td.TdClassName
{
border-color: #809898;
}
.TagClassName
{
border-color: #809898;
}
</style>