Shades of Downy #5DCEBD
Tints of Downy #5DCEBD
RGB
CMYK
RGB Variations
Color information
#5DCEBD (or 0x5DCEBD) is known color: Downy. HEX triplet: 5D, CE and BD. RGB value is (93,206,189). Sum of RGB (Red+Green+Blue) = 93+206+189=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBD is #A23142. Grayscale: #AAAAAA. Windows color (decimal): -10629443 or 12439133. OLE color: 12439133.
HSL color Cylindrical-coordinate representation of color #5DCEBD: hue angle of 170.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEBD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 189 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.19 |
| HSL | 170.97º | 0.54% | 0.59% | - |
| HSV(B) | 170.97º | 0.55% | 0.81% | - |
| XYZ | 35.77 | 50.14 | 55.94 | - |
| YUV | 170.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 189 | 0.55 | 0 | 0.08 | 0.19 | 170.97 | 0.54 | 0.59 |
| Hex | 5D | CE | BD | 37 | 0 | 8 | 13 | AB | 36 | 3B |
| Octal | 135 | 316 | 275 | 67 | 0 | 10 | 23 | 253 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10111101 | 110111 | 0 | 1000 | 10011 | 10101011 | 110110 | 111011 |
Color Harmonies of #5DCEBD
Complementary color
Monochromatic Colors of #5DCEBD
Black with #5DCEBD
Text Example
Text Example
White with #5DCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEBD; }
p { color: rgb(93,206,189); }
H1.HeaderClassName
{
color: #5DCEBD;
}
.AnyTagClassName
{
color: #5DCEBD;
}
</style>
background-color css
<style>
a { background-color: #5DCEBD; }
a { background-color: rgb(93,206,189); }
div.DivClassName
{
background-color: #5DCEBD;
}
.BgClassName
{
background-color: #5DCEBD;
}
</style>
border-color css
<style>
span { border-color: #5DCEBD; }
span { border-color: rgb(93,206,189); }
td.TdClassName
{
border-color: #5DCEBD;
}
.TagClassName
{
border-color: #5DCEBD;
}
</style>