Shades of Downy #5DDBBD
Tints of Downy #5DDBBD
RGB
CMYK
RGB Variations
Color information
#5DDBBD (or 0x5DDBBD) is known color: Downy. HEX triplet: 5D, DB and BD. RGB value is (93,219,189). Sum of RGB (Red+Green+Blue) = 93+219+189=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBBD is #A22442. Grayscale: #B1B1B1. Windows color (decimal): -10626115 or 12442461. OLE color: 12442461.
HSL color Cylindrical-coordinate representation of color #5DDBBD: hue angle of 165.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBBD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 189 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.14 |
| HSL | 165.71º | 0.64% | 0.61% | - |
| HSV(B) | 165.71º | 0.58% | 0.86% | - |
| XYZ | 39.03 | 56.66 | 57.02 | - |
| YUV | 177.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 189 | 0.58 | 0 | 0.14 | 0.14 | 165.71 | 0.64 | 0.61 |
| Hex | 5D | DB | BD | 3A | 0 | E | E | A6 | 40 | 3D |
| Octal | 135 | 333 | 275 | 72 | 0 | 16 | 16 | 246 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10111101 | 111010 | 0 | 1110 | 1110 | 10100110 | 1000000 | 111101 |
Color Harmonies of #5DDBBD
Complementary color
Monochromatic Colors of #5DDBBD
Black with #5DDBBD
Text Example
Text Example
White with #5DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBBD; }
p { color: rgb(93,219,189); }
H1.HeaderClassName
{
color: #5DDBBD;
}
.AnyTagClassName
{
color: #5DDBBD;
}
</style>
background-color css
<style>
a { background-color: #5DDBBD; }
a { background-color: rgb(93,219,189); }
div.DivClassName
{
background-color: #5DDBBD;
}
.BgClassName
{
background-color: #5DDBBD;
}
</style>
border-color css
<style>
span { border-color: #5DDBBD; }
span { border-color: rgb(93,219,189); }
td.TdClassName
{
border-color: #5DDBBD;
}
.TagClassName
{
border-color: #5DDBBD;
}
</style>