Shades of Watercourse #085B47
Tints of Watercourse #085B47
RGB
CMYK
RGB Variations
Color information
#085B47 (or 0x085B47) is known color: Watercourse. HEX triplet: 08, 5B and 47. RGB value is (8,91,71). Sum of RGB (Red+Green+Blue) = 8+91+71=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #085B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B47 is #F7A4B8. Grayscale: #3F3F3F. Windows color (decimal): -16229561 or 4676360. OLE color: 4676360.
HSL color Cylindrical-coordinate representation of color #085B47: hue angle of 165.54º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B47 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 71 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.64 |
| HSL | 165.54º | 0.84% | 0.19% | - |
| HSV(B) | 165.54º | 0.91% | 0.36% | - |
| XYZ | 4.98 | 7.99 | 7.24 | - |
| YUV | 63.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 71 | 0.91 | 0 | 0.22 | 0.64 | 165.54 | 0.84 | 0.19 |
| Hex | 8 | 5B | 47 | 5B | 0 | 16 | 40 | A6 | 54 | 13 |
| Octal | 10 | 133 | 107 | 133 | 0 | 26 | 100 | 246 | 124 | 23 |
| Binary | 1000 | 1011011 | 1000111 | 1011011 | 0 | 10110 | 1000000 | 10100110 | 1010100 | 10011 |
Color Harmonies of #085B47
Complementary color
Monochromatic Colors of #085B47
Black with #085B47
Text Example
Text Example
White with #085B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B47; }
p { color: rgb(8,91,71); }
H1.HeaderClassName
{
color: #085B47;
}
.AnyTagClassName
{
color: #085B47;
}
</style>
background-color css
<style>
a { background-color: #085B47; }
a { background-color: rgb(8,91,71); }
div.DivClassName
{
background-color: #085B47;
}
.BgClassName
{
background-color: #085B47;
}
</style>
border-color css
<style>
span { border-color: #085B47; }
span { border-color: rgb(8,91,71); }
td.TdClassName
{
border-color: #085B47;
}
.TagClassName
{
border-color: #085B47;
}
</style>