Shades of Submarine #859699
Tints of Submarine #859699
RGB
CMYK
RGB Variations
Color information
#859699 (or 0x859699) is known color: Submarine. HEX triplet: 85, 96 and 99. RGB value is (133,150,153). Sum of RGB (Red+Green+Blue) = 133+150+153=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #859699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859699 is #7A6966. Grayscale: #919191. Windows color (decimal): -8022375 or 10065541. OLE color: 10065541.
HSL color Cylindrical-coordinate representation of color #859699: hue angle of 189º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859699 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 150 | 153 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.4 |
| HSL | 189º | 0.09% | 0.56% | - |
| HSV(B) | 189º | 0.13% | 0.6% | - |
| XYZ | 26.33 | 29.1 | 34.37 | - |
| YUV | 145.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 153 | 0.13 | 0.02 | 0 | 0.4 | 189 | 0.09 | 0.56 |
| Hex | 85 | 96 | 99 | D | 2 | 0 | 28 | BD | 9 | 38 |
| Octal | 205 | 226 | 231 | 15 | 2 | 0 | 50 | 275 | 11 | 70 |
| Binary | 10000101 | 10010110 | 10011001 | 1101 | 10 | 0 | 101000 | 10111101 | 1001 | 111000 |
Color Harmonies of #859699
Complementary color
Monochromatic Colors of #859699
Black with #859699
Text Example
Text Example
White with #859699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859699; }
p { color: rgb(133,150,153); }
H1.HeaderClassName
{
color: #859699;
}
.AnyTagClassName
{
color: #859699;
}
</style>
background-color css
<style>
a { background-color: #859699; }
a { background-color: rgb(133,150,153); }
div.DivClassName
{
background-color: #859699;
}
.BgClassName
{
background-color: #859699;
}
</style>
border-color css
<style>
span { border-color: #859699; }
span { border-color: rgb(133,150,153); }
td.TdClassName
{
border-color: #859699;
}
.TagClassName
{
border-color: #859699;
}
</style>