Shades of Watercourse #057D4D
Tints of Watercourse #057D4D
RGB
CMYK
RGB Variations
Color information
#057D4D (or 0x057D4D) is known color: Watercourse. HEX triplet: 05, 7D and 4D. RGB value is (5,125,77). Sum of RGB (Red+Green+Blue) = 5+125+77=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #057D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D4D is #FA82B2. Grayscale: #535353. Windows color (decimal): -16417459 or 5078277. OLE color: 5078277.
HSL color Cylindrical-coordinate representation of color #057D4D: hue angle of 156º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D4D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 77 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.51 |
| HSL | 156º | 0.92% | 0.25% | - |
| HSV(B) | 156º | 0.96% | 0.49% | - |
| XYZ | 8.74 | 15.24 | 9.5 | - |
| YUV | 83.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 77 | 0.96 | 0 | 0.38 | 0.51 | 156 | 0.92 | 0.25 |
| Hex | 5 | 7D | 4D | 60 | 0 | 26 | 33 | 9C | 5C | 19 |
| Octal | 5 | 175 | 115 | 140 | 0 | 46 | 63 | 234 | 134 | 31 |
| Binary | 101 | 1111101 | 1001101 | 1100000 | 0 | 100110 | 110011 | 10011100 | 1011100 | 11001 |
Color Harmonies of #057D4D
Complementary color
Monochromatic Colors of #057D4D
Black with #057D4D
Text Example
Text Example
White with #057D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D4D; }
p { color: rgb(5,125,77); }
H1.HeaderClassName
{
color: #057D4D;
}
.AnyTagClassName
{
color: #057D4D;
}
</style>
background-color css
<style>
a { background-color: #057D4D; }
a { background-color: rgb(5,125,77); }
div.DivClassName
{
background-color: #057D4D;
}
.BgClassName
{
background-color: #057D4D;
}
</style>
border-color css
<style>
span { border-color: #057D4D; }
span { border-color: rgb(5,125,77); }
td.TdClassName
{
border-color: #057D4D;
}
.TagClassName
{
border-color: #057D4D;
}
</style>