Shades of Watercourse #085D4B
Tints of Watercourse #085D4B
RGB
CMYK
RGB Variations
Color information
#085D4B (or 0x085D4B) is known color: Watercourse. HEX triplet: 08, 5D and 4B. RGB value is (8,93,75). Sum of RGB (Red+Green+Blue) = 8+93+75=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #085D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D4B is #F7A2B4. Grayscale: #414141. Windows color (decimal): -16229045 or 4939016. OLE color: 4939016.
HSL color Cylindrical-coordinate representation of color #085D4B: hue angle of 167.29º 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 #085D4B is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 75 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.64 |
| HSL | 167.29º | 0.84% | 0.2% | - |
| HSV(B) | 167.29º | 0.91% | 0.36% | - |
| XYZ | 5.28 | 8.39 | 8 | - |
| YUV | 65.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 75 | 0.91 | 0 | 0.19 | 0.64 | 167.29 | 0.84 | 0.2 |
| Hex | 8 | 5D | 4B | 5B | 0 | 13 | 40 | A7 | 54 | 14 |
| Octal | 10 | 135 | 113 | 133 | 0 | 23 | 100 | 247 | 124 | 24 |
| Binary | 1000 | 1011101 | 1001011 | 1011011 | 0 | 10011 | 1000000 | 10100111 | 1010100 | 10100 |
Color Harmonies of #085D4B
Complementary color
Monochromatic Colors of #085D4B
Black with #085D4B
Text Example
Text Example
White with #085D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D4B; }
p { color: rgb(8,93,75); }
H1.HeaderClassName
{
color: #085D4B;
}
.AnyTagClassName
{
color: #085D4B;
}
</style>
background-color css
<style>
a { background-color: #085D4B; }
a { background-color: rgb(8,93,75); }
div.DivClassName
{
background-color: #085D4B;
}
.BgClassName
{
background-color: #085D4B;
}
</style>
border-color css
<style>
span { border-color: #085D4B; }
span { border-color: rgb(8,93,75); }
td.TdClassName
{
border-color: #085D4B;
}
.TagClassName
{
border-color: #085D4B;
}
</style>