Shades of Watercourse #056654
Tints of Watercourse #056654
RGB
CMYK
RGB Variations
Color information
#056654 (or 0x056654) is known color: Watercourse. HEX triplet: 05, 66 and 54. RGB value is (5,102,84). Sum of RGB (Red+Green+Blue) = 5+102+84=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #056654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056654 is #FA99AB. Grayscale: #464646. Windows color (decimal): -16423340 or 5531141. OLE color: 5531141.
HSL color Cylindrical-coordinate representation of color #056654: hue angle of 168.87º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056654 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 84 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.6 |
| HSL | 168.87º | 0.91% | 0.21% | - |
| HSV(B) | 168.87º | 0.95% | 0.4% | - |
| XYZ | 6.41 | 10.18 | 10.01 | - |
| YUV | 70.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 84 | 0.95 | 0 | 0.18 | 0.6 | 168.87 | 0.91 | 0.21 |
| Hex | 5 | 66 | 54 | 5F | 0 | 12 | 3C | A9 | 5B | 15 |
| Octal | 5 | 146 | 124 | 137 | 0 | 22 | 74 | 251 | 133 | 25 |
| Binary | 101 | 1100110 | 1010100 | 1011111 | 0 | 10010 | 111100 | 10101001 | 1011011 | 10101 |
Color Harmonies of #056654
Complementary color
Monochromatic Colors of #056654
Black with #056654
Text Example
Text Example
White with #056654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056654; }
p { color: rgb(5,102,84); }
H1.HeaderClassName
{
color: #056654;
}
.AnyTagClassName
{
color: #056654;
}
</style>
background-color css
<style>
a { background-color: #056654; }
a { background-color: rgb(5,102,84); }
div.DivClassName
{
background-color: #056654;
}
.BgClassName
{
background-color: #056654;
}
</style>
border-color css
<style>
span { border-color: #056654; }
span { border-color: rgb(5,102,84); }
td.TdClassName
{
border-color: #056654;
}
.TagClassName
{
border-color: #056654;
}
</style>