Shades of Watercourse #05614D
Tints of Watercourse #05614D
RGB
CMYK
RGB Variations
Color information
#05614D (or 0x05614D) is known color: Watercourse. HEX triplet: 05, 61 and 4D. RGB value is (5,97,77). Sum of RGB (Red+Green+Blue) = 5+97+77=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #05614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05614D is #FA9EB2. Grayscale: #434343. Windows color (decimal): -16424627 or 5071109. OLE color: 5071109.
HSL color Cylindrical-coordinate representation of color #05614D: hue angle of 166.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05614D is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 97 | 77 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.62 |
| HSL | 166.96º | 0.9% | 0.2% | - |
| HSV(B) | 166.96º | 0.95% | 0.38% | - |
| XYZ | 5.68 | 9.12 | 8.48 | - |
| YUV | 67.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 77 | 0.95 | 0 | 0.21 | 0.62 | 166.96 | 0.9 | 0.2 |
| Hex | 5 | 61 | 4D | 5F | 0 | 15 | 3E | A7 | 5A | 14 |
| Octal | 5 | 141 | 115 | 137 | 0 | 25 | 76 | 247 | 132 | 24 |
| Binary | 101 | 1100001 | 1001101 | 1011111 | 0 | 10101 | 111110 | 10100111 | 1011010 | 10100 |
Color Harmonies of #05614D
Complementary color
Monochromatic Colors of #05614D
Black with #05614D
Text Example
Text Example
White with #05614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05614D; }
p { color: rgb(5,97,77); }
H1.HeaderClassName
{
color: #05614D;
}
.AnyTagClassName
{
color: #05614D;
}
</style>
background-color css
<style>
a { background-color: #05614D; }
a { background-color: rgb(5,97,77); }
div.DivClassName
{
background-color: #05614D;
}
.BgClassName
{
background-color: #05614D;
}
</style>
border-color css
<style>
span { border-color: #05614D; }
span { border-color: rgb(5,97,77); }
td.TdClassName
{
border-color: #05614D;
}
.TagClassName
{
border-color: #05614D;
}
</style>