Shades of Downy #5EC6BD
Tints of Downy #5EC6BD
RGB
CMYK
RGB Variations
Color information
#5EC6BD (or 0x5EC6BD) is known color: Downy. HEX triplet: 5E, C6 and BD. RGB value is (94,198,189). Sum of RGB (Red+Green+Blue) = 94+198+189=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #5EC6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC6BD is #A13942. Grayscale: #A5A5A5. Windows color (decimal): -10565955 or 12437086. OLE color: 12437086.
HSL color Cylindrical-coordinate representation of color #5EC6BD: hue angle of 174.81º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC6BD is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 198 | 189 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.22 |
| HSL | 174.81º | 0.48% | 0.57% | - |
| HSV(B) | 174.81º | 0.53% | 0.78% | - |
| XYZ | 34 | 46.44 | 55.32 | - |
| YUV | 165.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 189 | 0.53 | 0 | 0.05 | 0.22 | 174.81 | 0.48 | 0.57 |
| Hex | 5E | C6 | BD | 35 | 0 | 5 | 16 | AF | 30 | 39 |
| Octal | 136 | 306 | 275 | 65 | 0 | 5 | 26 | 257 | 60 | 71 |
| Binary | 1011110 | 11000110 | 10111101 | 110101 | 0 | 101 | 10110 | 10101111 | 110000 | 111001 |
Color Harmonies of #5EC6BD
Complementary color
Monochromatic Colors of #5EC6BD
Black with #5EC6BD
Text Example
Text Example
White with #5EC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC6BD; }
p { color: rgb(94,198,189); }
H1.HeaderClassName
{
color: #5EC6BD;
}
.AnyTagClassName
{
color: #5EC6BD;
}
</style>
background-color css
<style>
a { background-color: #5EC6BD; }
a { background-color: rgb(94,198,189); }
div.DivClassName
{
background-color: #5EC6BD;
}
.BgClassName
{
background-color: #5EC6BD;
}
</style>
border-color css
<style>
span { border-color: #5EC6BD; }
span { border-color: rgb(94,198,189); }
td.TdClassName
{
border-color: #5EC6BD;
}
.TagClassName
{
border-color: #5EC6BD;
}
</style>