Shades of Watercourse #056E4F
Tints of Watercourse #056E4F
RGB
CMYK
RGB Variations
Color information
#056E4F (or 0x056E4F) is known color: Watercourse. HEX triplet: 05, 6E and 4F. RGB value is (5,110,79). Sum of RGB (Red+Green+Blue) = 5+110+79=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #056E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E4F is #FA91B0. Grayscale: #4B4B4B. Windows color (decimal): -16421297 or 5205509. OLE color: 5205509.
HSL color Cylindrical-coordinate representation of color #056E4F: hue angle of 162.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E4F is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 79 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.57 |
| HSL | 162.29º | 0.91% | 0.23% | - |
| HSV(B) | 162.29º | 0.95% | 0.43% | - |
| XYZ | 7.05 | 11.75 | 9.29 | - |
| YUV | 75.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 79 | 0.95 | 0 | 0.28 | 0.57 | 162.29 | 0.91 | 0.23 |
| Hex | 5 | 6E | 4F | 5F | 0 | 1C | 39 | A2 | 5B | 17 |
| Octal | 5 | 156 | 117 | 137 | 0 | 34 | 71 | 242 | 133 | 27 |
| Binary | 101 | 1101110 | 1001111 | 1011111 | 0 | 11100 | 111001 | 10100010 | 1011011 | 10111 |
Color Harmonies of #056E4F
Complementary color
Monochromatic Colors of #056E4F
Black with #056E4F
Text Example
Text Example
White with #056E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E4F; }
p { color: rgb(5,110,79); }
H1.HeaderClassName
{
color: #056E4F;
}
.AnyTagClassName
{
color: #056E4F;
}
</style>
background-color css
<style>
a { background-color: #056E4F; }
a { background-color: rgb(5,110,79); }
div.DivClassName
{
background-color: #056E4F;
}
.BgClassName
{
background-color: #056E4F;
}
</style>
border-color css
<style>
span { border-color: #056E4F; }
span { border-color: rgb(5,110,79); }
td.TdClassName
{
border-color: #056E4F;
}
.TagClassName
{
border-color: #056E4F;
}
</style>