Shades of Submarine #859B97
Tints of Submarine #859B97
RGB
CMYK
RGB Variations
Color information
#859B97 (or 0x859B97) is known color: Submarine. HEX triplet: 85, 9B and 97. RGB value is (133,155,151). Sum of RGB (Red+Green+Blue) = 133+155+151=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #859B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B97 is #7A6468. Grayscale: #939393. Windows color (decimal): -8021097 or 9935749. OLE color: 9935749.
HSL color Cylindrical-coordinate representation of color #859B97: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859B97 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 151 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.39 |
| HSL | 169.09º | 0.1% | 0.56% | - |
| HSV(B) | 169.09º | 0.14% | 0.61% | - |
| XYZ | 26.98 | 30.66 | 33.77 | - |
| YUV | 147.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 151 | 0.14 | 0 | 0.03 | 0.39 | 169.09 | 0.1 | 0.56 |
| Hex | 85 | 9B | 97 | E | 0 | 3 | 27 | A9 | A | 38 |
| Octal | 205 | 233 | 227 | 16 | 0 | 3 | 47 | 251 | 12 | 70 |
| Binary | 10000101 | 10011011 | 10010111 | 1110 | 0 | 11 | 100111 | 10101001 | 1010 | 111000 |
Color Harmonies of #859B97
Complementary color
Monochromatic Colors of #859B97
Black with #859B97
Text Example
Text Example
White with #859B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B97; }
p { color: rgb(133,155,151); }
H1.HeaderClassName
{
color: #859B97;
}
.AnyTagClassName
{
color: #859B97;
}
</style>
background-color css
<style>
a { background-color: #859B97; }
a { background-color: rgb(133,155,151); }
div.DivClassName
{
background-color: #859B97;
}
.BgClassName
{
background-color: #859B97;
}
</style>
border-color css
<style>
span { border-color: #859B97; }
span { border-color: rgb(133,155,151); }
td.TdClassName
{
border-color: #859B97;
}
.TagClassName
{
border-color: #859B97;
}
</style>