Shades of Downy #5DDFBB
Tints of Downy #5DDFBB
RGB
CMYK
RGB Variations
Color information
#5DDFBB (or 0x5DDFBB) is known color: Downy. HEX triplet: 5D, DF and BB. RGB value is (93,223,187). Sum of RGB (Red+Green+Blue) = 93+223+187=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFBB is #A22044. Grayscale: #B4B4B4. Windows color (decimal): -10625093 or 12312413. OLE color: 12312413.
HSL color Cylindrical-coordinate representation of color #5DDFBB: hue angle of 163.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFBB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 187 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.13 |
| HSL | 163.38º | 0.67% | 0.62% | - |
| HSV(B) | 163.38º | 0.58% | 0.87% | - |
| XYZ | 39.87 | 58.69 | 56.24 | - |
| YUV | 180.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 187 | 0.58 | 0 | 0.16 | 0.13 | 163.38 | 0.67 | 0.62 |
| Hex | 5D | DF | BB | 3A | 0 | 10 | D | A3 | 43 | 3E |
| Octal | 135 | 337 | 273 | 72 | 0 | 20 | 15 | 243 | 103 | 76 |
| Binary | 1011101 | 11011111 | 10111011 | 111010 | 0 | 10000 | 1101 | 10100011 | 1000011 | 111110 |
Color Harmonies of #5DDFBB
Complementary color
Monochromatic Colors of #5DDFBB
Black with #5DDFBB
Text Example
Text Example
White with #5DDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDFBB; }
p { color: rgb(93,223,187); }
H1.HeaderClassName
{
color: #5DDFBB;
}
.AnyTagClassName
{
color: #5DDFBB;
}
</style>
background-color css
<style>
a { background-color: #5DDFBB; }
a { background-color: rgb(93,223,187); }
div.DivClassName
{
background-color: #5DDFBB;
}
.BgClassName
{
background-color: #5DDFBB;
}
</style>
border-color css
<style>
span { border-color: #5DDFBB; }
span { border-color: rgb(93,223,187); }
td.TdClassName
{
border-color: #5DDFBB;
}
.TagClassName
{
border-color: #5DDFBB;
}
</style>