Shades of Submarine #85969A
Tints of Submarine #85969A
RGB
CMYK
RGB Variations
Color information
#85969A (or 0x85969A) is known color: Submarine. HEX triplet: 85, 96 and 9A. RGB value is (133,150,154). Sum of RGB (Red+Green+Blue) = 133+150+154=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 154 - color contains mainly: blue. Hex color #85969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85969A is #7A6965. Grayscale: #919191. Windows color (decimal): -8022374 or 10131077. OLE color: 10131077.
HSL color Cylindrical-coordinate representation of color #85969A: hue angle of 191.43º 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 #85969A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 150 | 154 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.40 |
| HSL | 191.43º | 0.09% | 0.56% | - |
| HSV(B) | 191.43º | 0.14% | 0.6% | - |
| XYZ | 26.41 | 29.13 | 34.8 | - |
| YUV | 145.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 154 | 0.14 | 0.03 | 0 | 0.40 | 191.43 | 0.09 | 0.56 |
| Hex | 85 | 96 | 9A | E | 3 | 0 | 28 | BF | 9 | 38 |
| Octal | 205 | 226 | 232 | 16 | 3 | 0 | 50 | 277 | 11 | 70 |
| Binary | 10000101 | 10010110 | 10011010 | 1110 | 11 | 0 | 101000 | 10111111 | 1001 | 111000 |
Color Harmonies of #85969A
Complementary color
Monochromatic Colors of #85969A
Black with #85969A
Text Example
Text Example
White with #85969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85969A; }
p { color: rgb(133,150,154); }
H1.HeaderClassName
{
color: #85969A;
}
.AnyTagClassName
{
color: #85969A;
}
</style>
background-color css
<style>
a { background-color: #85969A; }
a { background-color: rgb(133,150,154); }
div.DivClassName
{
background-color: #85969A;
}
.BgClassName
{
background-color: #85969A;
}
</style>
border-color css
<style>
span { border-color: #85969A; }
span { border-color: rgb(133,150,154); }
td.TdClassName
{
border-color: #85969A;
}
.TagClassName
{
border-color: #85969A;
}
</style>