Shades of Submarine #859C9A
Tints of Submarine #859C9A
RGB
CMYK
RGB Variations
Color information
#859C9A (or 0x859C9A) is known color: Submarine. HEX triplet: 85, 9C and 9A. RGB value is (133,156,154). Sum of RGB (Red+Green+Blue) = 133+156+154=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #859C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C9A is #7A6365. Grayscale: #949494. Windows color (decimal): -8020838 or 10132613. OLE color: 10132613.
HSL color Cylindrical-coordinate representation of color #859C9A: hue angle of 174.78º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C9A is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 154 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.39 |
| HSL | 174.78º | 0.1% | 0.57% | - |
| HSV(B) | 174.78º | 0.15% | 0.61% | - |
| XYZ | 27.39 | 31.1 | 35.13 | - |
| YUV | 148.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 154 | 0.15 | 0 | 0.01 | 0.39 | 174.78 | 0.1 | 0.57 |
| Hex | 85 | 9C | 9A | F | 0 | 1 | 27 | AF | A | 39 |
| Octal | 205 | 234 | 232 | 17 | 0 | 1 | 47 | 257 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10011010 | 1111 | 0 | 1 | 100111 | 10101111 | 1010 | 111001 |
Color Harmonies of #859C9A
Complementary color
Monochromatic Colors of #859C9A
Black with #859C9A
Text Example
Text Example
White with #859C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C9A; }
p { color: rgb(133,156,154); }
H1.HeaderClassName
{
color: #859C9A;
}
.AnyTagClassName
{
color: #859C9A;
}
</style>
background-color css
<style>
a { background-color: #859C9A; }
a { background-color: rgb(133,156,154); }
div.DivClassName
{
background-color: #859C9A;
}
.BgClassName
{
background-color: #859C9A;
}
</style>
border-color css
<style>
span { border-color: #859C9A; }
span { border-color: rgb(133,156,154); }
td.TdClassName
{
border-color: #859C9A;
}
.TagClassName
{
border-color: #859C9A;
}
</style>