Shades of Submarine #85A5A3
Tints of Submarine #85A5A3
RGB
CMYK
RGB Variations
Color information
#85A5A3 (or 0x85A5A3) is known color: Submarine. HEX triplet: 85, A5 and A3. RGB value is (133,165,163). Sum of RGB (Red+Green+Blue) = 133+165+163=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #85A5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A5A3 is #7A5A5C. Grayscale: #9B9B9B. Windows color (decimal): -8018525 or 10724741. OLE color: 10724741.
HSL color Cylindrical-coordinate representation of color #85A5A3: hue angle of 176.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A5A3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 163 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.35 |
| HSL | 176.25º | 0.15% | 0.58% | - |
| HSV(B) | 176.25º | 0.19% | 0.65% | - |
| XYZ | 29.74 | 34.54 | 39.75 | - |
| YUV | 155.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 163 | 0.19 | 0 | 0.01 | 0.35 | 176.25 | 0.15 | 0.58 |
| Hex | 85 | A5 | A3 | 13 | 0 | 1 | 23 | B0 | F | 3A |
| Octal | 205 | 245 | 243 | 23 | 0 | 1 | 43 | 260 | 17 | 72 |
| Binary | 10000101 | 10100101 | 10100011 | 10011 | 0 | 1 | 100011 | 10110000 | 1111 | 111010 |
Color Harmonies of #85A5A3
Complementary color
Monochromatic Colors of #85A5A3
Black with #85A5A3
Text Example
Text Example
White with #85A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A5A3; }
p { color: rgb(133,165,163); }
H1.HeaderClassName
{
color: #85A5A3;
}
.AnyTagClassName
{
color: #85A5A3;
}
</style>
background-color css
<style>
a { background-color: #85A5A3; }
a { background-color: rgb(133,165,163); }
div.DivClassName
{
background-color: #85A5A3;
}
.BgClassName
{
background-color: #85A5A3;
}
</style>
border-color css
<style>
span { border-color: #85A5A3; }
span { border-color: rgb(133,165,163); }
td.TdClassName
{
border-color: #85A5A3;
}
.TagClassName
{
border-color: #85A5A3;
}
</style>