Shades of Submarine #859C9F
Tints of Submarine #859C9F
RGB
CMYK
RGB Variations
Color information
#859C9F (or 0x859C9F) is known color: Submarine. HEX triplet: 85, 9C and 9F. RGB value is (133,156,159). Sum of RGB (Red+Green+Blue) = 133+156+159=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #859C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C9F is #7A6360. Grayscale: #959595. Windows color (decimal): -8020833 or 10460293. OLE color: 10460293.
HSL color Cylindrical-coordinate representation of color #859C9F: hue angle of 186.92º 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 #859C9F is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 156 | 159 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.38 |
| HSL | 186.92º | 0.12% | 0.57% | - |
| HSV(B) | 186.92º | 0.16% | 0.62% | - |
| XYZ | 27.82 | 31.27 | 37.37 | - |
| YUV | 149.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 159 | 0.16 | 0.02 | 0 | 0.38 | 186.92 | 0.12 | 0.57 |
| Hex | 85 | 9C | 9F | 10 | 2 | 0 | 26 | BB | C | 39 |
| Octal | 205 | 234 | 237 | 20 | 2 | 0 | 46 | 273 | 14 | 71 |
| Binary | 10000101 | 10011100 | 10011111 | 10000 | 10 | 0 | 100110 | 10111011 | 1100 | 111001 |
Color Harmonies of #859C9F
Complementary color
Monochromatic Colors of #859C9F
Black with #859C9F
Text Example
Text Example
White with #859C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C9F; }
p { color: rgb(133,156,159); }
H1.HeaderClassName
{
color: #859C9F;
}
.AnyTagClassName
{
color: #859C9F;
}
</style>
background-color css
<style>
a { background-color: #859C9F; }
a { background-color: rgb(133,156,159); }
div.DivClassName
{
background-color: #859C9F;
}
.BgClassName
{
background-color: #859C9F;
}
</style>
border-color css
<style>
span { border-color: #859C9F; }
span { border-color: rgb(133,156,159); }
td.TdClassName
{
border-color: #859C9F;
}
.TagClassName
{
border-color: #859C9F;
}
</style>