Shades of Downy #55DDBD
Tints of Downy #55DDBD
RGB
CMYK
RGB Variations
Color information
#55DDBD (or 0x55DDBD) is known color: Downy. HEX triplet: 55, DD and BD. RGB value is (85,221,189). Sum of RGB (Red+Green+Blue) = 85+221+189=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDBD is #AA2242. Grayscale: #B0B0B0. Windows color (decimal): -11149891 or 12442965. OLE color: 12442965.
HSL color Cylindrical-coordinate representation of color #55DDBD: hue angle of 165.88º 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 #55DDBD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 189 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.13 |
| HSL | 165.88º | 0.67% | 0.6% | - |
| HSV(B) | 165.88º | 0.62% | 0.87% | - |
| XYZ | 38.79 | 57.32 | 57.16 | - |
| YUV | 176.69 | 134.94 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 189 | 0.62 | 0 | 0.14 | 0.13 | 165.88 | 0.67 | 0.6 |
| Hex | 55 | DD | BD | 3E | 0 | E | D | A6 | 43 | 3C |
| Octal | 125 | 335 | 275 | 76 | 0 | 16 | 15 | 246 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10111101 | 111110 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111100 |
Color Harmonies of #55DDBD
Complementary color
Monochromatic Colors of #55DDBD
Black with #55DDBD
Text Example
Text Example
White with #55DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDBD; }
p { color: rgb(85,221,189); }
H1.HeaderClassName
{
color: #55DDBD;
}
.AnyTagClassName
{
color: #55DDBD;
}
</style>
background-color css
<style>
a { background-color: #55DDBD; }
a { background-color: rgb(85,221,189); }
div.DivClassName
{
background-color: #55DDBD;
}
.BgClassName
{
background-color: #55DDBD;
}
</style>
border-color css
<style>
span { border-color: #55DDBD; }
span { border-color: rgb(85,221,189); }
td.TdClassName
{
border-color: #55DDBD;
}
.TagClassName
{
border-color: #55DDBD;
}
</style>