Shades of Watercourse #085D48
Tints of Watercourse #085D48
RGB
CMYK
RGB Variations
Color information
#085D48 (or 0x085D48) is known color: Watercourse. HEX triplet: 08, 5D and 48. RGB value is (8,93,72). Sum of RGB (Red+Green+Blue) = 8+93+72=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #085D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D48 is #F7A2B7. Grayscale: #414141. Windows color (decimal): -16229048 or 4742408. OLE color: 4742408.
HSL color Cylindrical-coordinate representation of color #085D48: hue angle of 165.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D48 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 72 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.64 |
| HSL | 165.18º | 0.84% | 0.2% | - |
| HSV(B) | 165.18º | 0.91% | 0.36% | - |
| XYZ | 5.18 | 8.35 | 7.47 | - |
| YUV | 65.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 72 | 0.91 | 0 | 0.23 | 0.64 | 165.18 | 0.84 | 0.2 |
| Hex | 8 | 5D | 48 | 5B | 0 | 17 | 40 | A5 | 54 | 14 |
| Octal | 10 | 135 | 110 | 133 | 0 | 27 | 100 | 245 | 124 | 24 |
| Binary | 1000 | 1011101 | 1001000 | 1011011 | 0 | 10111 | 1000000 | 10100101 | 1010100 | 10100 |
Color Harmonies of #085D48
Complementary color
Monochromatic Colors of #085D48
Black with #085D48
Text Example
Text Example
White with #085D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D48; }
p { color: rgb(8,93,72); }
H1.HeaderClassName
{
color: #085D48;
}
.AnyTagClassName
{
color: #085D48;
}
</style>
background-color css
<style>
a { background-color: #085D48; }
a { background-color: rgb(8,93,72); }
div.DivClassName
{
background-color: #085D48;
}
.BgClassName
{
background-color: #085D48;
}
</style>
border-color css
<style>
span { border-color: #085D48; }
span { border-color: rgb(8,93,72); }
td.TdClassName
{
border-color: #085D48;
}
.TagClassName
{
border-color: #085D48;
}
</style>