Shades of Submarine #859F9B
Tints of Submarine #859F9B
RGB
CMYK
RGB Variations
Color information
#859F9B (or 0x859F9B) is known color: Submarine. HEX triplet: 85, 9F and 9B. RGB value is (133,159,155). Sum of RGB (Red+Green+Blue) = 133+159+155=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 159 - color contains mainly: green. Hex color #859F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F9B is #7A6064. Grayscale: #969696. Windows color (decimal): -8020069 or 10198917. OLE color: 10198917.
HSL color Cylindrical-coordinate representation of color #859F9B: hue angle of 170.77º 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 #859F9B is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 155 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.38 |
| HSL | 170.77º | 0.12% | 0.57% | - |
| HSV(B) | 170.77º | 0.16% | 0.62% | - |
| XYZ | 27.99 | 32.15 | 35.74 | - |
| YUV | 150.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 155 | 0.16 | 0 | 0.03 | 0.38 | 170.77 | 0.12 | 0.57 |
| Hex | 85 | 9F | 9B | 10 | 0 | 3 | 26 | AB | C | 39 |
| Octal | 205 | 237 | 233 | 20 | 0 | 3 | 46 | 253 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10011011 | 10000 | 0 | 11 | 100110 | 10101011 | 1100 | 111001 |
Color Harmonies of #859F9B
Complementary color
Monochromatic Colors of #859F9B
Black with #859F9B
Text Example
Text Example
White with #859F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F9B; }
p { color: rgb(133,159,155); }
H1.HeaderClassName
{
color: #859F9B;
}
.AnyTagClassName
{
color: #859F9B;
}
</style>
background-color css
<style>
a { background-color: #859F9B; }
a { background-color: rgb(133,159,155); }
div.DivClassName
{
background-color: #859F9B;
}
.BgClassName
{
background-color: #859F9B;
}
</style>
border-color css
<style>
span { border-color: #859F9B; }
span { border-color: rgb(133,159,155); }
td.TdClassName
{
border-color: #859F9B;
}
.TagClassName
{
border-color: #859F9B;
}
</style>