Shades of Downy #5DDDBB
Tints of Downy #5DDDBB
RGB
CMYK
RGB Variations
Color information
#5DDDBB (or 0x5DDDBB) is known color: Downy. HEX triplet: 5D, DD and BB. RGB value is (93,221,187). Sum of RGB (Red+Green+Blue) = 93+221+187=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDBB is #A22244. Grayscale: #B2B2B2. Windows color (decimal): -10625605 or 12311901. OLE color: 12311901.
HSL color Cylindrical-coordinate representation of color #5DDDBB: hue angle of 164.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDBB is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 187 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.06º | 0.65% | 0.62% | - |
| HSV(B) | 164.06º | 0.58% | 0.87% | - |
| XYZ | 39.34 | 57.63 | 56.06 | - |
| YUV | 178.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 187 | 0.58 | 0 | 0.15 | 0.13 | 164.06 | 0.65 | 0.62 |
| Hex | 5D | DD | BB | 3A | 0 | F | D | A4 | 41 | 3E |
| Octal | 135 | 335 | 273 | 72 | 0 | 17 | 15 | 244 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10111011 | 111010 | 0 | 1111 | 1101 | 10100100 | 1000001 | 111110 |
Color Harmonies of #5DDDBB
Complementary color
Monochromatic Colors of #5DDDBB
Black with #5DDDBB
Text Example
Text Example
White with #5DDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDBB; }
p { color: rgb(93,221,187); }
H1.HeaderClassName
{
color: #5DDDBB;
}
.AnyTagClassName
{
color: #5DDDBB;
}
</style>
background-color css
<style>
a { background-color: #5DDDBB; }
a { background-color: rgb(93,221,187); }
div.DivClassName
{
background-color: #5DDDBB;
}
.BgClassName
{
background-color: #5DDDBB;
}
</style>
border-color css
<style>
span { border-color: #5DDDBB; }
span { border-color: rgb(93,221,187); }
td.TdClassName
{
border-color: #5DDDBB;
}
.TagClassName
{
border-color: #5DDDBB;
}
</style>