Shades of Downy #55DABC
Tints of Downy #55DABC
RGB
CMYK
RGB Variations
Color information
#55DABC (or 0x55DABC) is known color: Downy. HEX triplet: 55, DA and BC. RGB value is (85,218,188). Sum of RGB (Red+Green+Blue) = 85+218+188=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #55DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DABC is #AA2543. Grayscale: #AEAEAE. Windows color (decimal): -11150660 or 12376661. OLE color: 12376661.
HSL color Cylindrical-coordinate representation of color #55DABC: hue angle of 166.47º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DABC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 188 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.15 |
| HSL | 166.47º | 0.64% | 0.59% | - |
| HSV(B) | 166.47º | 0.61% | 0.85% | - |
| XYZ | 37.89 | 55.7 | 56.33 | - |
| YUV | 174.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 188 | 0.61 | 0 | 0.14 | 0.15 | 166.47 | 0.64 | 0.59 |
| Hex | 55 | DA | BC | 3D | 0 | E | F | A6 | 40 | 3B |
| Octal | 125 | 332 | 274 | 75 | 0 | 16 | 17 | 246 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10111100 | 111101 | 0 | 1110 | 1111 | 10100110 | 1000000 | 111011 |
Color Harmonies of #55DABC
Complementary color
Monochromatic Colors of #55DABC
Black with #55DABC
Text Example
Text Example
White with #55DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DABC; }
p { color: rgb(85,218,188); }
H1.HeaderClassName
{
color: #55DABC;
}
.AnyTagClassName
{
color: #55DABC;
}
</style>
background-color css
<style>
a { background-color: #55DABC; }
a { background-color: rgb(85,218,188); }
div.DivClassName
{
background-color: #55DABC;
}
.BgClassName
{
background-color: #55DABC;
}
</style>
border-color css
<style>
span { border-color: #55DABC; }
span { border-color: rgb(85,218,188); }
td.TdClassName
{
border-color: #55DABC;
}
.TagClassName
{
border-color: #55DABC;
}
</style>