Shades of Watercourse #056652
Tints of Watercourse #056652
RGB
CMYK
RGB Variations
Color information
#056652 (or 0x056652) is known color: Watercourse. HEX triplet: 05, 66 and 52. RGB value is (5,102,82). Sum of RGB (Red+Green+Blue) = 5+102+82=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #056652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056652 is #FA99AD. Grayscale: #464646. Windows color (decimal): -16423342 or 5400069. OLE color: 5400069.
HSL color Cylindrical-coordinate representation of color #056652: hue angle of 167.63º 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 #056652 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 82 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.6 |
| HSL | 167.63º | 0.91% | 0.21% | - |
| HSV(B) | 167.63º | 0.95% | 0.4% | - |
| XYZ | 6.34 | 10.14 | 9.61 | - |
| YUV | 70.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 82 | 0.95 | 0 | 0.20 | 0.6 | 167.63 | 0.91 | 0.21 |
| Hex | 5 | 66 | 52 | 5F | 0 | 14 | 3C | A8 | 5B | 15 |
| Octal | 5 | 146 | 122 | 137 | 0 | 24 | 74 | 250 | 133 | 25 |
| Binary | 101 | 1100110 | 1010010 | 1011111 | 0 | 10100 | 111100 | 10101000 | 1011011 | 10101 |
Color Harmonies of #056652
Complementary color
Monochromatic Colors of #056652
Black with #056652
Text Example
Text Example
White with #056652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056652; }
p { color: rgb(5,102,82); }
H1.HeaderClassName
{
color: #056652;
}
.AnyTagClassName
{
color: #056652;
}
</style>
background-color css
<style>
a { background-color: #056652; }
a { background-color: rgb(5,102,82); }
div.DivClassName
{
background-color: #056652;
}
.BgClassName
{
background-color: #056652;
}
</style>
border-color css
<style>
span { border-color: #056652; }
span { border-color: rgb(5,102,82); }
td.TdClassName
{
border-color: #056652;
}
.TagClassName
{
border-color: #056652;
}
</style>