Shades of Watercourse #05614E
Tints of Watercourse #05614E
RGB
CMYK
RGB Variations
Color information
#05614E (or 0x05614E) is known color: Watercourse. HEX triplet: 05, 61 and 4E. RGB value is (5,97,78). Sum of RGB (Red+Green+Blue) = 5+97+78=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #05614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05614E is #FA9EB1. Grayscale: #434343. Windows color (decimal): -16424626 or 5136645. OLE color: 5136645.
HSL color Cylindrical-coordinate representation of color #05614E: hue angle of 167.61º 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 #05614E is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 97 | 78 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.62 |
| HSL | 167.61º | 0.9% | 0.2% | - |
| HSV(B) | 167.61º | 0.95% | 0.38% | - |
| XYZ | 5.71 | 9.13 | 8.67 | - |
| YUV | 67.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 78 | 0.95 | 0 | 0.20 | 0.62 | 167.61 | 0.9 | 0.2 |
| Hex | 5 | 61 | 4E | 5F | 0 | 14 | 3E | A8 | 5A | 14 |
| Octal | 5 | 141 | 116 | 137 | 0 | 24 | 76 | 250 | 132 | 24 |
| Binary | 101 | 1100001 | 1001110 | 1011111 | 0 | 10100 | 111110 | 10101000 | 1011010 | 10100 |
Color Harmonies of #05614E
Complementary color
Monochromatic Colors of #05614E
Black with #05614E
Text Example
Text Example
White with #05614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05614E; }
p { color: rgb(5,97,78); }
H1.HeaderClassName
{
color: #05614E;
}
.AnyTagClassName
{
color: #05614E;
}
</style>
background-color css
<style>
a { background-color: #05614E; }
a { background-color: rgb(5,97,78); }
div.DivClassName
{
background-color: #05614E;
}
.BgClassName
{
background-color: #05614E;
}
</style>
border-color css
<style>
span { border-color: #05614E; }
span { border-color: rgb(5,97,78); }
td.TdClassName
{
border-color: #05614E;
}
.TagClassName
{
border-color: #05614E;
}
</style>