Shades of Submarine #85999A
Tints of Submarine #85999A
RGB
CMYK
RGB Variations
Color information
#85999A (or 0x85999A) is known color: Submarine. HEX triplet: 85, 99 and 9A. RGB value is (133,153,154). Sum of RGB (Red+Green+Blue) = 133+153+154=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 154 - color contains mainly: blue. Hex color #85999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999A is #7A6665. Grayscale: #939393. Windows color (decimal): -8021606 or 10131845. OLE color: 10131845.
HSL color Cylindrical-coordinate representation of color #85999A: hue angle of 182.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85999A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 153 | 154 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.40 |
| HSL | 182.86º | 0.09% | 0.56% | - |
| HSV(B) | 182.86º | 0.14% | 0.6% | - |
| XYZ | 26.9 | 30.1 | 34.96 | - |
| YUV | 147.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 154 | 0.14 | 0.01 | 0 | 0.40 | 182.86 | 0.09 | 0.56 |
| Hex | 85 | 99 | 9A | E | 1 | 0 | 28 | B7 | 9 | 38 |
| Octal | 205 | 231 | 232 | 16 | 1 | 0 | 50 | 267 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10011010 | 1110 | 1 | 0 | 101000 | 10110111 | 1001 | 111000 |
Color Harmonies of #85999A
Complementary color
Monochromatic Colors of #85999A
Black with #85999A
Text Example
Text Example
White with #85999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85999A; }
p { color: rgb(133,153,154); }
H1.HeaderClassName
{
color: #85999A;
}
.AnyTagClassName
{
color: #85999A;
}
</style>
background-color css
<style>
a { background-color: #85999A; }
a { background-color: rgb(133,153,154); }
div.DivClassName
{
background-color: #85999A;
}
.BgClassName
{
background-color: #85999A;
}
</style>
border-color css
<style>
span { border-color: #85999A; }
span { border-color: rgb(133,153,154); }
td.TdClassName
{
border-color: #85999A;
}
.TagClassName
{
border-color: #85999A;
}
</style>