Shades of Watercourse #057A4C
Tints of Watercourse #057A4C
RGB
CMYK
RGB Variations
Color information
#057A4C (or 0x057A4C) is known color: Watercourse. HEX triplet: 05, 7A and 4C. RGB value is (5,122,76). Sum of RGB (Red+Green+Blue) = 5+122+76=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #057A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A4C is #FA85B3. Grayscale: #515151. Windows color (decimal): -16418228 or 5011973. OLE color: 5011973.
HSL color Cylindrical-coordinate representation of color #057A4C: hue angle of 156.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A4C is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 76 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.52 |
| HSL | 156.41º | 0.92% | 0.25% | - |
| HSV(B) | 156.41º | 0.96% | 0.48% | - |
| XYZ | 8.33 | 14.47 | 9.19 | - |
| YUV | 81.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 76 | 0.96 | 0 | 0.38 | 0.52 | 156.41 | 0.92 | 0.25 |
| Hex | 5 | 7A | 4C | 60 | 0 | 26 | 34 | 9C | 5C | 19 |
| Octal | 5 | 172 | 114 | 140 | 0 | 46 | 64 | 234 | 134 | 31 |
| Binary | 101 | 1111010 | 1001100 | 1100000 | 0 | 100110 | 110100 | 10011100 | 1011100 | 11001 |
Color Harmonies of #057A4C
Complementary color
Monochromatic Colors of #057A4C
Black with #057A4C
Text Example
Text Example
White with #057A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A4C; }
p { color: rgb(5,122,76); }
H1.HeaderClassName
{
color: #057A4C;
}
.AnyTagClassName
{
color: #057A4C;
}
</style>
background-color css
<style>
a { background-color: #057A4C; }
a { background-color: rgb(5,122,76); }
div.DivClassName
{
background-color: #057A4C;
}
.BgClassName
{
background-color: #057A4C;
}
</style>
border-color css
<style>
span { border-color: #057A4C; }
span { border-color: rgb(5,122,76); }
td.TdClassName
{
border-color: #057A4C;
}
.TagClassName
{
border-color: #057A4C;
}
</style>