Shades of Downy #5DDBBB
Tints of Downy #5DDBBB
RGB
CMYK
RGB Variations
Color information
#5DDBBB (or 0x5DDBBB) is known color: Downy. HEX triplet: 5D, DB and BB. RGB value is (93,219,187). Sum of RGB (Red+Green+Blue) = 93+219+187=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBBB is #A22444. Grayscale: #B1B1B1. Windows color (decimal): -10626117 or 12311389. OLE color: 12311389.
HSL color Cylindrical-coordinate representation of color #5DDBBB: hue angle of 164.76º 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 #5DDBBB is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 187 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.14 |
| HSL | 164.76º | 0.64% | 0.61% | - |
| HSV(B) | 164.76º | 0.58% | 0.86% | - |
| XYZ | 38.82 | 56.58 | 55.89 | - |
| YUV | 177.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 187 | 0.58 | 0 | 0.15 | 0.14 | 164.76 | 0.64 | 0.61 |
| Hex | 5D | DB | BB | 3A | 0 | F | E | A5 | 40 | 3D |
| Octal | 135 | 333 | 273 | 72 | 0 | 17 | 16 | 245 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10111011 | 111010 | 0 | 1111 | 1110 | 10100101 | 1000000 | 111101 |
Color Harmonies of #5DDBBB
Complementary color
Monochromatic Colors of #5DDBBB
Black with #5DDBBB
Text Example
Text Example
White with #5DDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBBB; }
p { color: rgb(93,219,187); }
H1.HeaderClassName
{
color: #5DDBBB;
}
.AnyTagClassName
{
color: #5DDBBB;
}
</style>
background-color css
<style>
a { background-color: #5DDBBB; }
a { background-color: rgb(93,219,187); }
div.DivClassName
{
background-color: #5DDBBB;
}
.BgClassName
{
background-color: #5DDBBB;
}
</style>
border-color css
<style>
span { border-color: #5DDBBB; }
span { border-color: rgb(93,219,187); }
td.TdClassName
{
border-color: #5DDBBB;
}
.TagClassName
{
border-color: #5DDBBB;
}
</style>