Shades of Downy #5DD9BF
Tints of Downy #5DD9BF
RGB
CMYK
RGB Variations
Color information
#5DD9BF (or 0x5DD9BF) is known color: Downy. HEX triplet: 5D, D9 and BF. RGB value is (93,217,191). Sum of RGB (Red+Green+Blue) = 93+217+191=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9BF is #A22640. Grayscale: #B0B0B0. Windows color (decimal): -10626625 or 12573021. OLE color: 12573021.
HSL color Cylindrical-coordinate representation of color #5DD9BF: hue angle of 167.42º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9BF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 191 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.15 |
| HSL | 167.42º | 0.62% | 0.61% | - |
| HSV(B) | 167.42º | 0.57% | 0.85% | - |
| XYZ | 38.73 | 55.71 | 58 | - |
| YUV | 176.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 191 | 0.57 | 0 | 0.12 | 0.15 | 167.42 | 0.62 | 0.61 |
| Hex | 5D | D9 | BF | 39 | 0 | C | F | A7 | 3E | 3D |
| Octal | 135 | 331 | 277 | 71 | 0 | 14 | 17 | 247 | 76 | 75 |
| Binary | 1011101 | 11011001 | 10111111 | 111001 | 0 | 1100 | 1111 | 10100111 | 111110 | 111101 |
Color Harmonies of #5DD9BF
Complementary color
Monochromatic Colors of #5DD9BF
Black with #5DD9BF
Text Example
Text Example
White with #5DD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9BF; }
p { color: rgb(93,217,191); }
H1.HeaderClassName
{
color: #5DD9BF;
}
.AnyTagClassName
{
color: #5DD9BF;
}
</style>
background-color css
<style>
a { background-color: #5DD9BF; }
a { background-color: rgb(93,217,191); }
div.DivClassName
{
background-color: #5DD9BF;
}
.BgClassName
{
background-color: #5DD9BF;
}
</style>
border-color css
<style>
span { border-color: #5DD9BF; }
span { border-color: rgb(93,217,191); }
td.TdClassName
{
border-color: #5DD9BF;
}
.TagClassName
{
border-color: #5DD9BF;
}
</style>