Shades of Watercourse #05604D
Tints of Watercourse #05604D
RGB
CMYK
RGB Variations
Color information
#05604D (or 0x05604D) is known color: Watercourse. HEX triplet: 05, 60 and 4D. RGB value is (5,96,77). Sum of RGB (Red+Green+Blue) = 5+96+77=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #05604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05604D is #FA9FB2. Grayscale: #424242. Windows color (decimal): -16424883 or 5070853. OLE color: 5070853.
HSL color Cylindrical-coordinate representation of color #05604D: hue angle of 167.47º 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 #05604D is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 77 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.62 |
| HSL | 167.47º | 0.9% | 0.2% | - |
| HSV(B) | 167.47º | 0.95% | 0.38% | - |
| XYZ | 5.59 | 8.93 | 8.45 | - |
| YUV | 66.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 77 | 0.95 | 0 | 0.20 | 0.62 | 167.47 | 0.9 | 0.2 |
| Hex | 5 | 60 | 4D | 5F | 0 | 14 | 3E | A7 | 5A | 14 |
| Octal | 5 | 140 | 115 | 137 | 0 | 24 | 76 | 247 | 132 | 24 |
| Binary | 101 | 1100000 | 1001101 | 1011111 | 0 | 10100 | 111110 | 10100111 | 1011010 | 10100 |
Color Harmonies of #05604D
Complementary color
Monochromatic Colors of #05604D
Black with #05604D
Text Example
Text Example
White with #05604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05604D; }
p { color: rgb(5,96,77); }
H1.HeaderClassName
{
color: #05604D;
}
.AnyTagClassName
{
color: #05604D;
}
</style>
background-color css
<style>
a { background-color: #05604D; }
a { background-color: rgb(5,96,77); }
div.DivClassName
{
background-color: #05604D;
}
.BgClassName
{
background-color: #05604D;
}
</style>
border-color css
<style>
span { border-color: #05604D; }
span { border-color: rgb(5,96,77); }
td.TdClassName
{
border-color: #05604D;
}
.TagClassName
{
border-color: #05604D;
}
</style>