Shades of Watercourse #056653
Tints of Watercourse #056653
RGB
CMYK
RGB Variations
Color information
#056653 (or 0x056653) is known color: Watercourse. HEX triplet: 05, 66 and 53. RGB value is (5,102,83). Sum of RGB (Red+Green+Blue) = 5+102+83=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #056653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056653 is #FA99AC. Grayscale: #464646. Windows color (decimal): -16423341 or 5465605. OLE color: 5465605.
HSL color Cylindrical-coordinate representation of color #056653: hue angle of 168.25º 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 #056653 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 83 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.6 |
| HSL | 168.25º | 0.91% | 0.21% | - |
| HSV(B) | 168.25º | 0.95% | 0.4% | - |
| XYZ | 6.38 | 10.16 | 9.81 | - |
| YUV | 70.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 83 | 0.95 | 0 | 0.19 | 0.6 | 168.25 | 0.91 | 0.21 |
| Hex | 5 | 66 | 53 | 5F | 0 | 13 | 3C | A8 | 5B | 15 |
| Octal | 5 | 146 | 123 | 137 | 0 | 23 | 74 | 250 | 133 | 25 |
| Binary | 101 | 1100110 | 1010011 | 1011111 | 0 | 10011 | 111100 | 10101000 | 1011011 | 10101 |
Color Harmonies of #056653
Complementary color
Monochromatic Colors of #056653
Black with #056653
Text Example
Text Example
White with #056653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056653; }
p { color: rgb(5,102,83); }
H1.HeaderClassName
{
color: #056653;
}
.AnyTagClassName
{
color: #056653;
}
</style>
background-color css
<style>
a { background-color: #056653; }
a { background-color: rgb(5,102,83); }
div.DivClassName
{
background-color: #056653;
}
.BgClassName
{
background-color: #056653;
}
</style>
border-color css
<style>
span { border-color: #056653; }
span { border-color: rgb(5,102,83); }
td.TdClassName
{
border-color: #056653;
}
.TagClassName
{
border-color: #056653;
}
</style>