Shades of Watercourse #05644A
Tints of Watercourse #05644A
RGB
CMYK
RGB Variations
Color information
#05644A (or 0x05644A) is known color: Watercourse. HEX triplet: 05, 64 and 4A. RGB value is (5,100,74). Sum of RGB (Red+Green+Blue) = 5+100+74=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #05644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05644A is #FA9BB5. Grayscale: #444444. Windows color (decimal): -16423862 or 4875269. OLE color: 4875269.
HSL color Cylindrical-coordinate representation of color #05644A: hue angle of 163.58º 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 #05644A is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 74 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.61 |
| HSL | 163.58º | 0.9% | 0.21% | - |
| HSV(B) | 163.58º | 0.95% | 0.39% | - |
| XYZ | 5.86 | 9.64 | 8.03 | - |
| YUV | 68.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 74 | 0.95 | 0 | 0.26 | 0.61 | 163.58 | 0.9 | 0.21 |
| Hex | 5 | 64 | 4A | 5F | 0 | 1A | 3D | A4 | 5A | 15 |
| Octal | 5 | 144 | 112 | 137 | 0 | 32 | 75 | 244 | 132 | 25 |
| Binary | 101 | 1100100 | 1001010 | 1011111 | 0 | 11010 | 111101 | 10100100 | 1011010 | 10101 |
Color Harmonies of #05644A
Complementary color
Monochromatic Colors of #05644A
Black with #05644A
Text Example
Text Example
White with #05644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05644A; }
p { color: rgb(5,100,74); }
H1.HeaderClassName
{
color: #05644A;
}
.AnyTagClassName
{
color: #05644A;
}
</style>
background-color css
<style>
a { background-color: #05644A; }
a { background-color: rgb(5,100,74); }
div.DivClassName
{
background-color: #05644A;
}
.BgClassName
{
background-color: #05644A;
}
</style>
border-color css
<style>
span { border-color: #05644A; }
span { border-color: rgb(5,100,74); }
td.TdClassName
{
border-color: #05644A;
}
.TagClassName
{
border-color: #05644A;
}
</style>