Shades of Watercourse #085E47
Tints of Watercourse #085E47
RGB
CMYK
RGB Variations
Color information
#085E47 (or 0x085E47) is known color: Watercourse. HEX triplet: 08, 5E and 47. RGB value is (8,94,71). Sum of RGB (Red+Green+Blue) = 8+94+71=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #085E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E47 is #F7A1B8. Grayscale: #414141. Windows color (decimal): -16228793 or 4677128. OLE color: 4677128.
HSL color Cylindrical-coordinate representation of color #085E47: hue angle of 163.95º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E47 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 94 | 71 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.63 |
| HSL | 163.95º | 0.84% | 0.2% | - |
| HSV(B) | 163.95º | 0.91% | 0.37% | - |
| XYZ | 5.24 | 8.51 | 7.33 | - |
| YUV | 65.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 71 | 0.91 | 0 | 0.24 | 0.63 | 163.95 | 0.84 | 0.2 |
| Hex | 8 | 5E | 47 | 5B | 0 | 18 | 3F | A4 | 54 | 14 |
| Octal | 10 | 136 | 107 | 133 | 0 | 30 | 77 | 244 | 124 | 24 |
| Binary | 1000 | 1011110 | 1000111 | 1011011 | 0 | 11000 | 111111 | 10100100 | 1010100 | 10100 |
Color Harmonies of #085E47
Complementary color
Monochromatic Colors of #085E47
Black with #085E47
Text Example
Text Example
White with #085E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E47; }
p { color: rgb(8,94,71); }
H1.HeaderClassName
{
color: #085E47;
}
.AnyTagClassName
{
color: #085E47;
}
</style>
background-color css
<style>
a { background-color: #085E47; }
a { background-color: rgb(8,94,71); }
div.DivClassName
{
background-color: #085E47;
}
.BgClassName
{
background-color: #085E47;
}
</style>
border-color css
<style>
span { border-color: #085E47; }
span { border-color: rgb(8,94,71); }
td.TdClassName
{
border-color: #085E47;
}
.TagClassName
{
border-color: #085E47;
}
</style>