Shades of Downy #5DD0B9
Tints of Downy #5DD0B9
RGB
CMYK
RGB Variations
Color information
#5DD0B9 (or 0x5DD0B9) is known color: Downy. HEX triplet: 5D, D0 and B9. RGB value is (93,208,185). Sum of RGB (Red+Green+Blue) = 93+208+185=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0B9 is #A22F46. Grayscale: #AAAAAA. Windows color (decimal): -10628935 or 12177501. OLE color: 12177501.
HSL color Cylindrical-coordinate representation of color #5DD0B9: hue angle of 168º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0B9 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 185 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.18 |
| HSL | 168º | 0.55% | 0.59% | - |
| HSV(B) | 168º | 0.55% | 0.82% | - |
| XYZ | 35.83 | 50.94 | 53.84 | - |
| YUV | 170.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 185 | 0.55 | 0 | 0.11 | 0.18 | 168 | 0.55 | 0.59 |
| Hex | 5D | D0 | B9 | 37 | 0 | B | 12 | A8 | 37 | 3B |
| Octal | 135 | 320 | 271 | 67 | 0 | 13 | 22 | 250 | 67 | 73 |
| Binary | 1011101 | 11010000 | 10111001 | 110111 | 0 | 1011 | 10010 | 10101000 | 110111 | 111011 |
Color Harmonies of #5DD0B9
Complementary color
Monochromatic Colors of #5DD0B9
Black with #5DD0B9
Text Example
Text Example
White with #5DD0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD0B9; }
p { color: rgb(93,208,185); }
H1.HeaderClassName
{
color: #5DD0B9;
}
.AnyTagClassName
{
color: #5DD0B9;
}
</style>
background-color css
<style>
a { background-color: #5DD0B9; }
a { background-color: rgb(93,208,185); }
div.DivClassName
{
background-color: #5DD0B9;
}
.BgClassName
{
background-color: #5DD0B9;
}
</style>
border-color css
<style>
span { border-color: #5DD0B9; }
span { border-color: rgb(93,208,185); }
td.TdClassName
{
border-color: #5DD0B9;
}
.TagClassName
{
border-color: #5DD0B9;
}
</style>