Shades of Downy #5DCDC3
Tints of Downy #5DCDC3
RGB
CMYK
RGB Variations
Color information
#5DCDC3 (or 0x5DCDC3) is known color: Downy. HEX triplet: 5D, CD and C3. RGB value is (93,205,195). Sum of RGB (Red+Green+Blue) = 93+205+195=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDC3 is #A2323C. Grayscale: #AAAAAA. Windows color (decimal): -10629693 or 12832093. OLE color: 12832093.
HSL color Cylindrical-coordinate representation of color #5DCDC3: hue angle of 174.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDC3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 195 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.20 |
| HSL | 174.64º | 0.53% | 0.58% | - |
| HSV(B) | 174.64º | 0.55% | 0.8% | - |
| XYZ | 36.2 | 49.93 | 59.36 | - |
| YUV | 170.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 195 | 0.55 | 0 | 0.05 | 0.20 | 174.64 | 0.53 | 0.58 |
| Hex | 5D | CD | C3 | 37 | 0 | 5 | 14 | AF | 35 | 3A |
| Octal | 135 | 315 | 303 | 67 | 0 | 5 | 24 | 257 | 65 | 72 |
| Binary | 1011101 | 11001101 | 11000011 | 110111 | 0 | 101 | 10100 | 10101111 | 110101 | 111010 |
Color Harmonies of #5DCDC3
Complementary color
Monochromatic Colors of #5DCDC3
Black with #5DCDC3
Text Example
Text Example
White with #5DCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDC3; }
p { color: rgb(93,205,195); }
H1.HeaderClassName
{
color: #5DCDC3;
}
.AnyTagClassName
{
color: #5DCDC3;
}
</style>
background-color css
<style>
a { background-color: #5DCDC3; }
a { background-color: rgb(93,205,195); }
div.DivClassName
{
background-color: #5DCDC3;
}
.BgClassName
{
background-color: #5DCDC3;
}
</style>
border-color css
<style>
span { border-color: #5DCDC3; }
span { border-color: rgb(93,205,195); }
td.TdClassName
{
border-color: #5DCDC3;
}
.TagClassName
{
border-color: #5DCDC3;
}
</style>