Shades of Submarine #859F9E
Tints of Submarine #859F9E
RGB
CMYK
RGB Variations
Color information
#859F9E (or 0x859F9E) is known color: Submarine. HEX triplet: 85, 9F and 9E. RGB value is (133,159,158). Sum of RGB (Red+Green+Blue) = 133+159+158=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 159 - color contains mainly: green. Hex color #859F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F9E is #7A6061. Grayscale: #979797. Windows color (decimal): -8020066 or 10395525. OLE color: 10395525.
HSL color Cylindrical-coordinate representation of color #859F9E: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F9E is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 158 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.38 |
| HSL | 177.69º | 0.12% | 0.57% | - |
| HSV(B) | 177.69º | 0.16% | 0.62% | - |
| XYZ | 28.24 | 32.25 | 37.08 | - |
| YUV | 151.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 158 | 0.16 | 0 | 0.01 | 0.38 | 177.69 | 0.12 | 0.57 |
| Hex | 85 | 9F | 9E | 10 | 0 | 1 | 26 | B2 | C | 39 |
| Octal | 205 | 237 | 236 | 20 | 0 | 1 | 46 | 262 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10011110 | 10000 | 0 | 1 | 100110 | 10110010 | 1100 | 111001 |
Color Harmonies of #859F9E
Complementary color
Monochromatic Colors of #859F9E
Black with #859F9E
Text Example
Text Example
White with #859F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F9E; }
p { color: rgb(133,159,158); }
H1.HeaderClassName
{
color: #859F9E;
}
.AnyTagClassName
{
color: #859F9E;
}
</style>
background-color css
<style>
a { background-color: #859F9E; }
a { background-color: rgb(133,159,158); }
div.DivClassName
{
background-color: #859F9E;
}
.BgClassName
{
background-color: #859F9E;
}
</style>
border-color css
<style>
span { border-color: #859F9E; }
span { border-color: rgb(133,159,158); }
td.TdClassName
{
border-color: #859F9E;
}
.TagClassName
{
border-color: #859F9E;
}
</style>