Shades of Watercourse #056F52
Tints of Watercourse #056F52
RGB
CMYK
RGB Variations
Color information
#056F52 (or 0x056F52) is known color: Watercourse. HEX triplet: 05, 6F and 52. RGB value is (5,111,82). Sum of RGB (Red+Green+Blue) = 5+111+82=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #056F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F52 is #FA90AD. Grayscale: #4C4C4C. Windows color (decimal): -16421038 or 5402373. OLE color: 5402373.
HSL color Cylindrical-coordinate representation of color #056F52: hue angle of 163.58º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F52 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 82 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.56 |
| HSL | 163.58º | 0.91% | 0.23% | - |
| HSV(B) | 163.58º | 0.95% | 0.44% | - |
| XYZ | 7.27 | 12.01 | 9.92 | - |
| YUV | 76 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 82 | 0.95 | 0 | 0.26 | 0.56 | 163.58 | 0.91 | 0.23 |
| Hex | 5 | 6F | 52 | 5F | 0 | 1A | 38 | A4 | 5B | 17 |
| Octal | 5 | 157 | 122 | 137 | 0 | 32 | 70 | 244 | 133 | 27 |
| Binary | 101 | 1101111 | 1010010 | 1011111 | 0 | 11010 | 111000 | 10100100 | 1011011 | 10111 |
Color Harmonies of #056F52
Complementary color
Monochromatic Colors of #056F52
Black with #056F52
Text Example
Text Example
White with #056F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F52; }
p { color: rgb(5,111,82); }
H1.HeaderClassName
{
color: #056F52;
}
.AnyTagClassName
{
color: #056F52;
}
</style>
background-color css
<style>
a { background-color: #056F52; }
a { background-color: rgb(5,111,82); }
div.DivClassName
{
background-color: #056F52;
}
.BgClassName
{
background-color: #056F52;
}
</style>
border-color css
<style>
span { border-color: #056F52; }
span { border-color: rgb(5,111,82); }
td.TdClassName
{
border-color: #056F52;
}
.TagClassName
{
border-color: #056F52;
}
</style>