Shades of Downy #5DEBC9
Tints of Downy #5DEBC9
RGB
CMYK
RGB Variations
Color information
#5DEBC9 (or 0x5DEBC9) is known color: Downy. HEX triplet: 5D, EB and C9. RGB value is (93,235,201). Sum of RGB (Red+Green+Blue) = 93+235+201=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBC9 is #A21436. Grayscale: #BCBCBC. Windows color (decimal): -10622007 or 13232989. OLE color: 13232989.
HSL color Cylindrical-coordinate representation of color #5DEBC9: hue angle of 165.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBC9 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 201 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.08 |
| HSL | 165.63º | 0.78% | 0.64% | - |
| HSV(B) | 165.63º | 0.6% | 0.92% | - |
| XYZ | 44.77 | 65.96 | 65.63 | - |
| YUV | 188.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 201 | 0.60 | 0 | 0.14 | 0.08 | 165.63 | 0.78 | 0.64 |
| Hex | 5D | EB | C9 | 3C | 0 | E | 8 | A6 | 4E | 40 |
| Octal | 135 | 353 | 311 | 74 | 0 | 16 | 10 | 246 | 116 | 100 |
| Binary | 1011101 | 11101011 | 11001001 | 111100 | 0 | 1110 | 1000 | 10100110 | 1001110 | 1000000 |
Color Harmonies of #5DEBC9
Complementary color
Monochromatic Colors of #5DEBC9
Black with #5DEBC9
Text Example
Text Example
White with #5DEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEBC9; }
p { color: rgb(93,235,201); }
H1.HeaderClassName
{
color: #5DEBC9;
}
.AnyTagClassName
{
color: #5DEBC9;
}
</style>
background-color css
<style>
a { background-color: #5DEBC9; }
a { background-color: rgb(93,235,201); }
div.DivClassName
{
background-color: #5DEBC9;
}
.BgClassName
{
background-color: #5DEBC9;
}
</style>
border-color css
<style>
span { border-color: #5DEBC9; }
span { border-color: rgb(93,235,201); }
td.TdClassName
{
border-color: #5DEBC9;
}
.TagClassName
{
border-color: #5DEBC9;
}
</style>