Shades of Downy #5DDBCA
Tints of Downy #5DDBCA
RGB
CMYK
RGB Variations
Color information
#5DDBCA (or 0x5DDBCA) is known color: Downy. HEX triplet: 5D, DB and CA. RGB value is (93,219,202). Sum of RGB (Red+Green+Blue) = 93+219+202=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBCA is #A22435. Grayscale: #B3B3B3. Windows color (decimal): -10626102 or 13294429. OLE color: 13294429.
HSL color Cylindrical-coordinate representation of color #5DDBCA: hue angle of 171.9º 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 #5DDBCA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 202 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.14 |
| HSL | 171.9º | 0.64% | 0.61% | - |
| HSV(B) | 171.9º | 0.58% | 0.86% | - |
| XYZ | 40.51 | 57.25 | 64.79 | - |
| YUV | 179.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 202 | 0.58 | 0 | 0.08 | 0.14 | 171.9 | 0.64 | 0.61 |
| Hex | 5D | DB | CA | 3A | 0 | 8 | E | AC | 40 | 3D |
| Octal | 135 | 333 | 312 | 72 | 0 | 10 | 16 | 254 | 100 | 75 |
| Binary | 1011101 | 11011011 | 11001010 | 111010 | 0 | 1000 | 1110 | 10101100 | 1000000 | 111101 |
Color Harmonies of #5DDBCA
Complementary color
Monochromatic Colors of #5DDBCA
Black with #5DDBCA
Text Example
Text Example
White with #5DDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBCA; }
p { color: rgb(93,219,202); }
H1.HeaderClassName
{
color: #5DDBCA;
}
.AnyTagClassName
{
color: #5DDBCA;
}
</style>
background-color css
<style>
a { background-color: #5DDBCA; }
a { background-color: rgb(93,219,202); }
div.DivClassName
{
background-color: #5DDBCA;
}
.BgClassName
{
background-color: #5DDBCA;
}
</style>
border-color css
<style>
span { border-color: #5DDBCA; }
span { border-color: rgb(93,219,202); }
td.TdClassName
{
border-color: #5DDBCA;
}
.TagClassName
{
border-color: #5DDBCA;
}
</style>