Shades of Watercourse #055F4E
Tints of Watercourse #055F4E
RGB
CMYK
RGB Variations
Color information
#055F4E (or 0x055F4E) is known color: Watercourse. HEX triplet: 05, 5F and 4E. RGB value is (5,95,78). Sum of RGB (Red+Green+Blue) = 5+95+78=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #055F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F4E is #FAA0B1. Grayscale: #424242. Windows color (decimal): -16425138 or 5136133. OLE color: 5136133.
HSL color Cylindrical-coordinate representation of color #055F4E: hue angle of 168.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F4E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 95 | 78 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.63 |
| HSL | 168.67º | 0.9% | 0.2% | - |
| HSV(B) | 168.67º | 0.95% | 0.37% | - |
| XYZ | 5.53 | 8.77 | 8.61 | - |
| YUV | 66.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 78 | 0.95 | 0 | 0.18 | 0.63 | 168.67 | 0.9 | 0.2 |
| Hex | 5 | 5F | 4E | 5F | 0 | 12 | 3F | A9 | 5A | 14 |
| Octal | 5 | 137 | 116 | 137 | 0 | 22 | 77 | 251 | 132 | 24 |
| Binary | 101 | 1011111 | 1001110 | 1011111 | 0 | 10010 | 111111 | 10101001 | 1011010 | 10100 |
Color Harmonies of #055F4E
Complementary color
Monochromatic Colors of #055F4E
Black with #055F4E
Text Example
Text Example
White with #055F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F4E; }
p { color: rgb(5,95,78); }
H1.HeaderClassName
{
color: #055F4E;
}
.AnyTagClassName
{
color: #055F4E;
}
</style>
background-color css
<style>
a { background-color: #055F4E; }
a { background-color: rgb(5,95,78); }
div.DivClassName
{
background-color: #055F4E;
}
.BgClassName
{
background-color: #055F4E;
}
</style>
border-color css
<style>
span { border-color: #055F4E; }
span { border-color: rgb(5,95,78); }
td.TdClassName
{
border-color: #055F4E;
}
.TagClassName
{
border-color: #055F4E;
}
</style>