Shades of Submarine #859EA0
Tints of Submarine #859EA0
RGB
CMYK
RGB Variations
Color information
#859EA0 (or 0x859EA0) is known color: Submarine. HEX triplet: 85, 9E and A0. RGB value is (133,158,160). Sum of RGB (Red+Green+Blue) = 133+158+160=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 160 - color contains mainly: blue. Hex color #859EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EA0 is #7A615F. Grayscale: #969696. Windows color (decimal): -8020320 or 10526341. OLE color: 10526341.
HSL color Cylindrical-coordinate representation of color #859EA0: hue angle of 184.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #859EA0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 158 | 160 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.37 |
| HSL | 184.44º | 0.12% | 0.57% | - |
| HSV(B) | 184.44º | 0.17% | 0.63% | - |
| XYZ | 28.24 | 31.98 | 37.94 | - |
| YUV | 150.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 160 | 0.17 | 0.01 | 0 | 0.37 | 184.44 | 0.12 | 0.57 |
| Hex | 85 | 9E | A0 | 11 | 1 | 0 | 25 | B8 | C | 39 |
| Octal | 205 | 236 | 240 | 21 | 1 | 0 | 45 | 270 | 14 | 71 |
| Binary | 10000101 | 10011110 | 10100000 | 10001 | 1 | 0 | 100101 | 10111000 | 1100 | 111001 |
Color Harmonies of #859EA0
Complementary color
Monochromatic Colors of #859EA0
Black with #859EA0
Text Example
Text Example
White with #859EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EA0; }
p { color: rgb(133,158,160); }
H1.HeaderClassName
{
color: #859EA0;
}
.AnyTagClassName
{
color: #859EA0;
}
</style>
background-color css
<style>
a { background-color: #859EA0; }
a { background-color: rgb(133,158,160); }
div.DivClassName
{
background-color: #859EA0;
}
.BgClassName
{
background-color: #859EA0;
}
</style>
border-color css
<style>
span { border-color: #859EA0; }
span { border-color: rgb(133,158,160); }
td.TdClassName
{
border-color: #859EA0;
}
.TagClassName
{
border-color: #859EA0;
}
</style>