Shades of Watercourse #056A53
Tints of Watercourse #056A53
RGB
CMYK
RGB Variations
Color information
#056A53 (or 0x056A53) is known color: Watercourse. HEX triplet: 05, 6A and 53. RGB value is (5,106,83). Sum of RGB (Red+Green+Blue) = 5+106+83=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #056A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A53 is #FA95AC. Grayscale: #494949. Windows color (decimal): -16422317 or 5466629. OLE color: 5466629.
HSL color Cylindrical-coordinate representation of color #056A53: hue angle of 166.34º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A53 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 83 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.58 |
| HSL | 166.34º | 0.91% | 0.22% | - |
| HSV(B) | 166.34º | 0.95% | 0.42% | - |
| XYZ | 6.78 | 10.96 | 9.94 | - |
| YUV | 73.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 83 | 0.95 | 0 | 0.22 | 0.58 | 166.34 | 0.91 | 0.22 |
| Hex | 5 | 6A | 53 | 5F | 0 | 16 | 3A | A6 | 5B | 16 |
| Octal | 5 | 152 | 123 | 137 | 0 | 26 | 72 | 246 | 133 | 26 |
| Binary | 101 | 1101010 | 1010011 | 1011111 | 0 | 10110 | 111010 | 10100110 | 1011011 | 10110 |
Color Harmonies of #056A53
Complementary color
Monochromatic Colors of #056A53
Black with #056A53
Text Example
Text Example
White with #056A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A53; }
p { color: rgb(5,106,83); }
H1.HeaderClassName
{
color: #056A53;
}
.AnyTagClassName
{
color: #056A53;
}
</style>
background-color css
<style>
a { background-color: #056A53; }
a { background-color: rgb(5,106,83); }
div.DivClassName
{
background-color: #056A53;
}
.BgClassName
{
background-color: #056A53;
}
</style>
border-color css
<style>
span { border-color: #056A53; }
span { border-color: rgb(5,106,83); }
td.TdClassName
{
border-color: #056A53;
}
.TagClassName
{
border-color: #056A53;
}
</style>