Shades of Submarine #809193
Tints of Submarine #809193
RGB
CMYK
RGB Variations
Color information
#809193 (or 0x809193) is known color: Submarine. HEX triplet: 80, 91 and 93. RGB value is (128,145,147). Sum of RGB (Red+Green+Blue) = 128+145+147=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #809193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809193 is #7F6E6C. Grayscale: #8C8C8C. Windows color (decimal): -8351341 or 9671040. OLE color: 9671040.
HSL color Cylindrical-coordinate representation of color #809193: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809193 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 145 | 147 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.42 |
| HSL | 186.32º | 0.08% | 0.54% | - |
| HSV(B) | 186.32º | 0.13% | 0.58% | - |
| XYZ | 24.29 | 26.95 | 31.52 | - |
| YUV | 140.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 147 | 0.13 | 0.01 | 0 | 0.42 | 186.32 | 0.08 | 0.54 |
| Hex | 80 | 91 | 93 | D | 1 | 0 | 2A | BA | 8 | 36 |
| Octal | 200 | 221 | 223 | 15 | 1 | 0 | 52 | 272 | 10 | 66 |
| Binary | 10000000 | 10010001 | 10010011 | 1101 | 1 | 0 | 101010 | 10111010 | 1000 | 110110 |
Color Harmonies of #809193
Complementary color
Monochromatic Colors of #809193
Black with #809193
Text Example
Text Example
White with #809193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809193; }
p { color: rgb(128,145,147); }
H1.HeaderClassName
{
color: #809193;
}
.AnyTagClassName
{
color: #809193;
}
</style>
background-color css
<style>
a { background-color: #809193; }
a { background-color: rgb(128,145,147); }
div.DivClassName
{
background-color: #809193;
}
.BgClassName
{
background-color: #809193;
}
</style>
border-color css
<style>
span { border-color: #809193; }
span { border-color: rgb(128,145,147); }
td.TdClassName
{
border-color: #809193;
}
.TagClassName
{
border-color: #809193;
}
</style>