Shades of Downy #5DCBBD
Tints of Downy #5DCBBD
RGB
CMYK
RGB Variations
Color information
#5DCBBD (or 0x5DCBBD) is known color: Downy. HEX triplet: 5D, CB and BD. RGB value is (93,203,189). Sum of RGB (Red+Green+Blue) = 93+203+189=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBBD is #A23442. Grayscale: #A8A8A8. Windows color (decimal): -10630211 or 12438365. OLE color: 12438365.
HSL color Cylindrical-coordinate representation of color #5DCBBD: hue angle of 172.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCBBD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 189 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.20 |
| HSL | 172.36º | 0.51% | 0.58% | - |
| HSV(B) | 172.36º | 0.54% | 0.8% | - |
| XYZ | 35.06 | 48.71 | 55.7 | - |
| YUV | 168.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 189 | 0.54 | 0 | 0.07 | 0.20 | 172.36 | 0.51 | 0.58 |
| Hex | 5D | CB | BD | 36 | 0 | 7 | 14 | AC | 33 | 3A |
| Octal | 135 | 313 | 275 | 66 | 0 | 7 | 24 | 254 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10111101 | 110110 | 0 | 111 | 10100 | 10101100 | 110011 | 111010 |
Color Harmonies of #5DCBBD
Complementary color
Monochromatic Colors of #5DCBBD
Black with #5DCBBD
Text Example
Text Example
White with #5DCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBBD; }
p { color: rgb(93,203,189); }
H1.HeaderClassName
{
color: #5DCBBD;
}
.AnyTagClassName
{
color: #5DCBBD;
}
</style>
background-color css
<style>
a { background-color: #5DCBBD; }
a { background-color: rgb(93,203,189); }
div.DivClassName
{
background-color: #5DCBBD;
}
.BgClassName
{
background-color: #5DCBBD;
}
</style>
border-color css
<style>
span { border-color: #5DCBBD; }
span { border-color: rgb(93,203,189); }
td.TdClassName
{
border-color: #5DCBBD;
}
.TagClassName
{
border-color: #5DCBBD;
}
</style>