Shades of Downy #5DCDBE
Tints of Downy #5DCDBE
RGB
CMYK
RGB Variations
Color information
#5DCDBE (or 0x5DCDBE) is known color: Downy. HEX triplet: 5D, CD and BE. RGB value is (93,205,190). Sum of RGB (Red+Green+Blue) = 93+205+190=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDBE is #A23241. Grayscale: #A9A9A9. Windows color (decimal): -10629698 or 12504413. OLE color: 12504413.
HSL color Cylindrical-coordinate representation of color #5DCDBE: hue angle of 171.96º 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 #5DCDBE is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 190 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.20 |
| HSL | 171.96º | 0.53% | 0.58% | - |
| HSV(B) | 171.96º | 0.55% | 0.8% | - |
| XYZ | 35.64 | 49.71 | 56.43 | - |
| YUV | 169.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 190 | 0.55 | 0 | 0.07 | 0.20 | 171.96 | 0.53 | 0.58 |
| Hex | 5D | CD | BE | 37 | 0 | 7 | 14 | AC | 35 | 3A |
| Octal | 135 | 315 | 276 | 67 | 0 | 7 | 24 | 254 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10111110 | 110111 | 0 | 111 | 10100 | 10101100 | 110101 | 111010 |
Color Harmonies of #5DCDBE
Complementary color
Monochromatic Colors of #5DCDBE
Black with #5DCDBE
Text Example
Text Example
White with #5DCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDBE; }
p { color: rgb(93,205,190); }
H1.HeaderClassName
{
color: #5DCDBE;
}
.AnyTagClassName
{
color: #5DCDBE;
}
</style>
background-color css
<style>
a { background-color: #5DCDBE; }
a { background-color: rgb(93,205,190); }
div.DivClassName
{
background-color: #5DCDBE;
}
.BgClassName
{
background-color: #5DCDBE;
}
</style>
border-color css
<style>
span { border-color: #5DCDBE; }
span { border-color: rgb(93,205,190); }
td.TdClassName
{
border-color: #5DCDBE;
}
.TagClassName
{
border-color: #5DCDBE;
}
</style>