Shades of Submarine #85999C
Tints of Submarine #85999C
RGB
CMYK
RGB Variations
Color information
#85999C (or 0x85999C) is known color: Submarine. HEX triplet: 85, 99 and 9C. RGB value is (133,153,156). Sum of RGB (Red+Green+Blue) = 133+153+156=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #85999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999C is #7A6663. Grayscale: #939393. Windows color (decimal): -8021604 or 10262917. OLE color: 10262917.
HSL color Cylindrical-coordinate representation of color #85999C: hue angle of 187.83º 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 #85999C is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 153 | 156 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.39 |
| HSL | 187.83º | 0.1% | 0.57% | - |
| HSV(B) | 187.83º | 0.15% | 0.61% | - |
| XYZ | 27.06 | 30.17 | 35.85 | - |
| YUV | 147.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 156 | 0.15 | 0.02 | 0 | 0.39 | 187.83 | 0.1 | 0.57 |
| Hex | 85 | 99 | 9C | F | 2 | 0 | 27 | BC | A | 39 |
| Octal | 205 | 231 | 234 | 17 | 2 | 0 | 47 | 274 | 12 | 71 |
| Binary | 10000101 | 10011001 | 10011100 | 1111 | 10 | 0 | 100111 | 10111100 | 1010 | 111001 |
Color Harmonies of #85999C
Complementary color
Monochromatic Colors of #85999C
Black with #85999C
Text Example
Text Example
White with #85999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85999C; }
p { color: rgb(133,153,156); }
H1.HeaderClassName
{
color: #85999C;
}
.AnyTagClassName
{
color: #85999C;
}
</style>
background-color css
<style>
a { background-color: #85999C; }
a { background-color: rgb(133,153,156); }
div.DivClassName
{
background-color: #85999C;
}
.BgClassName
{
background-color: #85999C;
}
</style>
border-color css
<style>
span { border-color: #85999C; }
span { border-color: rgb(133,153,156); }
td.TdClassName
{
border-color: #85999C;
}
.TagClassName
{
border-color: #85999C;
}
</style>