Shades of Watercourse #05704C
Tints of Watercourse #05704C
RGB
CMYK
RGB Variations
Color information
#05704C (or 0x05704C) is known color: Watercourse. HEX triplet: 05, 70 and 4C. RGB value is (5,112,76). Sum of RGB (Red+Green+Blue) = 5+112+76=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #05704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05704C is #FA8FB3. Grayscale: #4B4B4B. Windows color (decimal): -16420788 or 5009413. OLE color: 5009413.
HSL color Cylindrical-coordinate representation of color #05704C: hue angle of 159.81º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05704C is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 76 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.56 |
| HSL | 159.81º | 0.91% | 0.23% | - |
| HSV(B) | 159.81º | 0.96% | 0.44% | - |
| XYZ | 7.16 | 12.14 | 8.8 | - |
| YUV | 75.9 | 128.05 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 76 | 0.96 | 0 | 0.32 | 0.56 | 159.81 | 0.91 | 0.23 |
| Hex | 5 | 70 | 4C | 60 | 0 | 20 | 38 | A0 | 5B | 17 |
| Octal | 5 | 160 | 114 | 140 | 0 | 40 | 70 | 240 | 133 | 27 |
| Binary | 101 | 1110000 | 1001100 | 1100000 | 0 | 100000 | 111000 | 10100000 | 1011011 | 10111 |
Color Harmonies of #05704C
Complementary color
Monochromatic Colors of #05704C
Black with #05704C
Text Example
Text Example
White with #05704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05704C; }
p { color: rgb(5,112,76); }
H1.HeaderClassName
{
color: #05704C;
}
.AnyTagClassName
{
color: #05704C;
}
</style>
background-color css
<style>
a { background-color: #05704C; }
a { background-color: rgb(5,112,76); }
div.DivClassName
{
background-color: #05704C;
}
.BgClassName
{
background-color: #05704C;
}
</style>
border-color css
<style>
span { border-color: #05704C; }
span { border-color: rgb(5,112,76); }
td.TdClassName
{
border-color: #05704C;
}
.TagClassName
{
border-color: #05704C;
}
</style>