Shades of Watercourse #056C4B
Tints of Watercourse #056C4B
RGB
CMYK
RGB Variations
Color information
#056C4B (or 0x056C4B) is known color: Watercourse. HEX triplet: 05, 6C and 4B. RGB value is (5,108,75). Sum of RGB (Red+Green+Blue) = 5+108+75=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #056C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C4B is #FA93B4. Grayscale: #494949. Windows color (decimal): -16421813 or 4942853. OLE color: 4942853.
HSL color Cylindrical-coordinate representation of color #056C4B: hue angle of 160.78º 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 #056C4B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 75 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.58 |
| HSL | 160.78º | 0.91% | 0.22% | - |
| HSV(B) | 160.78º | 0.95% | 0.42% | - |
| XYZ | 6.7 | 11.27 | 8.48 | - |
| YUV | 73.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 75 | 0.95 | 0 | 0.31 | 0.58 | 160.78 | 0.91 | 0.22 |
| Hex | 5 | 6C | 4B | 5F | 0 | 1F | 3A | A1 | 5B | 16 |
| Octal | 5 | 154 | 113 | 137 | 0 | 37 | 72 | 241 | 133 | 26 |
| Binary | 101 | 1101100 | 1001011 | 1011111 | 0 | 11111 | 111010 | 10100001 | 1011011 | 10110 |
Color Harmonies of #056C4B
Complementary color
Monochromatic Colors of #056C4B
Black with #056C4B
Text Example
Text Example
White with #056C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C4B; }
p { color: rgb(5,108,75); }
H1.HeaderClassName
{
color: #056C4B;
}
.AnyTagClassName
{
color: #056C4B;
}
</style>
background-color css
<style>
a { background-color: #056C4B; }
a { background-color: rgb(5,108,75); }
div.DivClassName
{
background-color: #056C4B;
}
.BgClassName
{
background-color: #056C4B;
}
</style>
border-color css
<style>
span { border-color: #056C4B; }
span { border-color: rgb(5,108,75); }
td.TdClassName
{
border-color: #056C4B;
}
.TagClassName
{
border-color: #056C4B;
}
</style>