Shades of Downy #55DDBB
Tints of Downy #55DDBB
RGB
CMYK
RGB Variations
Color information
#55DDBB (or 0x55DDBB) is known color: Downy. HEX triplet: 55, DD and BB. RGB value is (85,221,187). Sum of RGB (Red+Green+Blue) = 85+221+187=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDBB is #AA2244. Grayscale: #B0B0B0. Windows color (decimal): -11149893 or 12311893. OLE color: 12311893.
HSL color Cylindrical-coordinate representation of color #55DDBB: hue angle of 165º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDBB is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 187 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.13 |
| HSL | 165º | 0.67% | 0.6% | - |
| HSV(B) | 165º | 0.62% | 0.87% | - |
| XYZ | 38.57 | 57.23 | 56.03 | - |
| YUV | 176.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 187 | 0.62 | 0 | 0.15 | 0.13 | 165 | 0.67 | 0.6 |
| Hex | 55 | DD | BB | 3E | 0 | F | D | A5 | 43 | 3C |
| Octal | 125 | 335 | 273 | 76 | 0 | 17 | 15 | 245 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10111011 | 111110 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111100 |
Color Harmonies of #55DDBB
Complementary color
Monochromatic Colors of #55DDBB
Black with #55DDBB
Text Example
Text Example
White with #55DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDBB; }
p { color: rgb(85,221,187); }
H1.HeaderClassName
{
color: #55DDBB;
}
.AnyTagClassName
{
color: #55DDBB;
}
</style>
background-color css
<style>
a { background-color: #55DDBB; }
a { background-color: rgb(85,221,187); }
div.DivClassName
{
background-color: #55DDBB;
}
.BgClassName
{
background-color: #55DDBB;
}
</style>
border-color css
<style>
span { border-color: #55DDBB; }
span { border-color: rgb(85,221,187); }
td.TdClassName
{
border-color: #55DDBB;
}
.TagClassName
{
border-color: #55DDBB;
}
</style>