Shades of Downy #5DDBBF
Tints of Downy #5DDBBF
RGB
CMYK
RGB Variations
Color information
#5DDBBF (or 0x5DDBBF) is known color: Downy. HEX triplet: 5D, DB and BF. RGB value is (93,219,191). Sum of RGB (Red+Green+Blue) = 93+219+191=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBBF is #A22440. Grayscale: #B2B2B2. Windows color (decimal): -10626113 or 12573533. OLE color: 12573533.
HSL color Cylindrical-coordinate representation of color #5DDBBF: hue angle of 166.67º 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 #5DDBBF is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 191 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.14 |
| HSL | 166.67º | 0.64% | 0.61% | - |
| HSV(B) | 166.67º | 0.58% | 0.86% | - |
| XYZ | 39.25 | 56.75 | 58.18 | - |
| YUV | 178.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 191 | 0.58 | 0 | 0.13 | 0.14 | 166.67 | 0.64 | 0.61 |
| Hex | 5D | DB | BF | 3A | 0 | D | E | A7 | 40 | 3D |
| Octal | 135 | 333 | 277 | 72 | 0 | 15 | 16 | 247 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10111111 | 111010 | 0 | 1101 | 1110 | 10100111 | 1000000 | 111101 |
Color Harmonies of #5DDBBF
Complementary color
Monochromatic Colors of #5DDBBF
Black with #5DDBBF
Text Example
Text Example
White with #5DDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBBF; }
p { color: rgb(93,219,191); }
H1.HeaderClassName
{
color: #5DDBBF;
}
.AnyTagClassName
{
color: #5DDBBF;
}
</style>
background-color css
<style>
a { background-color: #5DDBBF; }
a { background-color: rgb(93,219,191); }
div.DivClassName
{
background-color: #5DDBBF;
}
.BgClassName
{
background-color: #5DDBBF;
}
</style>
border-color css
<style>
span { border-color: #5DDBBF; }
span { border-color: rgb(93,219,191); }
td.TdClassName
{
border-color: #5DDBBF;
}
.TagClassName
{
border-color: #5DDBBF;
}
</style>