Shades of Watercourse #05644D
Tints of Watercourse #05644D
RGB
CMYK
RGB Variations
Color information
#05644D (or 0x05644D) is known color: Watercourse. HEX triplet: 05, 64 and 4D. RGB value is (5,100,77). Sum of RGB (Red+Green+Blue) = 5+100+77=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #05644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05644D is #FA9BB2. Grayscale: #444444. Windows color (decimal): -16423859 or 5071877. OLE color: 5071877.
HSL color Cylindrical-coordinate representation of color #05644D: hue angle of 165.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05644D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 77 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.61 |
| HSL | 165.47º | 0.9% | 0.21% | - |
| HSV(B) | 165.47º | 0.95% | 0.39% | - |
| XYZ | 5.96 | 9.68 | 8.58 | - |
| YUV | 68.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 77 | 0.95 | 0 | 0.23 | 0.61 | 165.47 | 0.9 | 0.21 |
| Hex | 5 | 64 | 4D | 5F | 0 | 17 | 3D | A5 | 5A | 15 |
| Octal | 5 | 144 | 115 | 137 | 0 | 27 | 75 | 245 | 132 | 25 |
| Binary | 101 | 1100100 | 1001101 | 1011111 | 0 | 10111 | 111101 | 10100101 | 1011010 | 10101 |
Color Harmonies of #05644D
Complementary color
Monochromatic Colors of #05644D
Black with #05644D
Text Example
Text Example
White with #05644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05644D; }
p { color: rgb(5,100,77); }
H1.HeaderClassName
{
color: #05644D;
}
.AnyTagClassName
{
color: #05644D;
}
</style>
background-color css
<style>
a { background-color: #05644D; }
a { background-color: rgb(5,100,77); }
div.DivClassName
{
background-color: #05644D;
}
.BgClassName
{
background-color: #05644D;
}
</style>
border-color css
<style>
span { border-color: #05644D; }
span { border-color: rgb(5,100,77); }
td.TdClassName
{
border-color: #05644D;
}
.TagClassName
{
border-color: #05644D;
}
</style>