Shades of Submarine #85999B
Tints of Submarine #85999B
RGB
CMYK
RGB Variations
Color information
#85999B (or 0x85999B) is known color: Submarine. HEX triplet: 85, 99 and 9B. RGB value is (133,153,155). Sum of RGB (Red+Green+Blue) = 133+153+155=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #85999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999B is #7A6664. Grayscale: #939393. Windows color (decimal): -8021605 or 10197381. OLE color: 10197381.
HSL color Cylindrical-coordinate representation of color #85999B: hue angle of 185.45º 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 #85999B is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 153 | 155 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.39 |
| HSL | 185.45º | 0.1% | 0.56% | - |
| HSV(B) | 185.45º | 0.14% | 0.61% | - |
| XYZ | 26.98 | 30.14 | 35.41 | - |
| YUV | 147.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 155 | 0.14 | 0.01 | 0 | 0.39 | 185.45 | 0.1 | 0.56 |
| Hex | 85 | 99 | 9B | E | 1 | 0 | 27 | B9 | A | 38 |
| Octal | 205 | 231 | 233 | 16 | 1 | 0 | 47 | 271 | 12 | 70 |
| Binary | 10000101 | 10011001 | 10011011 | 1110 | 1 | 0 | 100111 | 10111001 | 1010 | 111000 |
Color Harmonies of #85999B
Complementary color
Monochromatic Colors of #85999B
Black with #85999B
Text Example
Text Example
White with #85999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85999B; }
p { color: rgb(133,153,155); }
H1.HeaderClassName
{
color: #85999B;
}
.AnyTagClassName
{
color: #85999B;
}
</style>
background-color css
<style>
a { background-color: #85999B; }
a { background-color: rgb(133,153,155); }
div.DivClassName
{
background-color: #85999B;
}
.BgClassName
{
background-color: #85999B;
}
</style>
border-color css
<style>
span { border-color: #85999B; }
span { border-color: rgb(133,153,155); }
td.TdClassName
{
border-color: #85999B;
}
.TagClassName
{
border-color: #85999B;
}
</style>