Shades of Submarine #809599
Tints of Submarine #809599
RGB
CMYK
RGB Variations
Color information
#809599 (or 0x809599) is known color: Submarine. HEX triplet: 80, 95 and 99. RGB value is (128,149,153). Sum of RGB (Red+Green+Blue) = 128+149+153=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #809599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809599 is #7F6A66. Grayscale: #8F8F8F. Windows color (decimal): -8350311 or 10065280. OLE color: 10065280.
HSL color Cylindrical-coordinate representation of color #809599: hue angle of 189.6º degrees, saturation: 0.11, 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 #809599 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 149 | 153 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.4 |
| HSL | 189.6º | 0.11% | 0.55% | - |
| HSV(B) | 189.6º | 0.16% | 0.6% | - |
| XYZ | 25.4 | 28.38 | 34.28 | - |
| YUV | 143.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 153 | 0.16 | 0.03 | 0 | 0.4 | 189.6 | 0.11 | 0.55 |
| Hex | 80 | 95 | 99 | 10 | 3 | 0 | 28 | BE | B | 37 |
| Octal | 200 | 225 | 231 | 20 | 3 | 0 | 50 | 276 | 13 | 67 |
| Binary | 10000000 | 10010101 | 10011001 | 10000 | 11 | 0 | 101000 | 10111110 | 1011 | 110111 |
Color Harmonies of #809599
Complementary color
Monochromatic Colors of #809599
Black with #809599
Text Example
Text Example
White with #809599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809599; }
p { color: rgb(128,149,153); }
H1.HeaderClassName
{
color: #809599;
}
.AnyTagClassName
{
color: #809599;
}
</style>
background-color css
<style>
a { background-color: #809599; }
a { background-color: rgb(128,149,153); }
div.DivClassName
{
background-color: #809599;
}
.BgClassName
{
background-color: #809599;
}
</style>
border-color css
<style>
span { border-color: #809599; }
span { border-color: rgb(128,149,153); }
td.TdClassName
{
border-color: #809599;
}
.TagClassName
{
border-color: #809599;
}
</style>