Shades of Watercourse #056B4C
Tints of Watercourse #056B4C
RGB
CMYK
RGB Variations
Color information
#056B4C (or 0x056B4C) is known color: Watercourse. HEX triplet: 05, 6B and 4C. RGB value is (5,107,76). Sum of RGB (Red+Green+Blue) = 5+107+76=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #056B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B4C is #FA94B3. Grayscale: #484848. Windows color (decimal): -16422068 or 5008133. OLE color: 5008133.
HSL color Cylindrical-coordinate representation of color #056B4C: hue angle of 161.76º 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 #056B4C is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 76 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.58 |
| HSL | 161.76º | 0.91% | 0.22% | - |
| HSV(B) | 161.76º | 0.95% | 0.42% | - |
| XYZ | 6.62 | 11.07 | 8.62 | - |
| YUV | 72.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 76 | 0.95 | 0 | 0.29 | 0.58 | 161.76 | 0.91 | 0.22 |
| Hex | 5 | 6B | 4C | 5F | 0 | 1D | 3A | A2 | 5B | 16 |
| Octal | 5 | 153 | 114 | 137 | 0 | 35 | 72 | 242 | 133 | 26 |
| Binary | 101 | 1101011 | 1001100 | 1011111 | 0 | 11101 | 111010 | 10100010 | 1011011 | 10110 |
Color Harmonies of #056B4C
Complementary color
Monochromatic Colors of #056B4C
Black with #056B4C
Text Example
Text Example
White with #056B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B4C; }
p { color: rgb(5,107,76); }
H1.HeaderClassName
{
color: #056B4C;
}
.AnyTagClassName
{
color: #056B4C;
}
</style>
background-color css
<style>
a { background-color: #056B4C; }
a { background-color: rgb(5,107,76); }
div.DivClassName
{
background-color: #056B4C;
}
.BgClassName
{
background-color: #056B4C;
}
</style>
border-color css
<style>
span { border-color: #056B4C; }
span { border-color: rgb(5,107,76); }
td.TdClassName
{
border-color: #056B4C;
}
.TagClassName
{
border-color: #056B4C;
}
</style>