Shades of Submarine #859FA0
Tints of Submarine #859FA0
RGB
CMYK
RGB Variations
Color information
#859FA0 (or 0x859FA0) is known color: Submarine. HEX triplet: 85, 9F and A0. RGB value is (133,159,160). Sum of RGB (Red+Green+Blue) = 133+159+160=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #859FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FA0 is #7A605F. Grayscale: #979797. Windows color (decimal): -8020064 or 10526597. OLE color: 10526597.
HSL color Cylindrical-coordinate representation of color #859FA0: hue angle of 182.22º 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 #859FA0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 159 | 160 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.37 |
| HSL | 182.22º | 0.12% | 0.57% | - |
| HSV(B) | 182.22º | 0.17% | 0.63% | - |
| XYZ | 28.42 | 32.32 | 38 | - |
| YUV | 151.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 160 | 0.17 | 0.01 | 0 | 0.37 | 182.22 | 0.12 | 0.57 |
| Hex | 85 | 9F | A0 | 11 | 1 | 0 | 25 | B6 | C | 39 |
| Octal | 205 | 237 | 240 | 21 | 1 | 0 | 45 | 266 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10100000 | 10001 | 1 | 0 | 100101 | 10110110 | 1100 | 111001 |
Color Harmonies of #859FA0
Complementary color
Monochromatic Colors of #859FA0
Black with #859FA0
Text Example
Text Example
White with #859FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FA0; }
p { color: rgb(133,159,160); }
H1.HeaderClassName
{
color: #859FA0;
}
.AnyTagClassName
{
color: #859FA0;
}
</style>
background-color css
<style>
a { background-color: #859FA0; }
a { background-color: rgb(133,159,160); }
div.DivClassName
{
background-color: #859FA0;
}
.BgClassName
{
background-color: #859FA0;
}
</style>
border-color css
<style>
span { border-color: #859FA0; }
span { border-color: rgb(133,159,160); }
td.TdClassName
{
border-color: #859FA0;
}
.TagClassName
{
border-color: #859FA0;
}
</style>