Shades of Downy #5DCBBC
Tints of Downy #5DCBBC
RGB
CMYK
RGB Variations
Color information
#5DCBBC (or 0x5DCBBC) is known color: Downy. HEX triplet: 5D, CB and BC. RGB value is (93,203,188). Sum of RGB (Red+Green+Blue) = 93+203+188=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBBC is #A23443. Grayscale: #A8A8A8. Windows color (decimal): -10630212 or 12372829. OLE color: 12372829.
HSL color Cylindrical-coordinate representation of color #5DCBBC: hue angle of 171.82º 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 #5DCBBC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 188 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.20 |
| HSL | 171.82º | 0.51% | 0.58% | - |
| HSV(B) | 171.82º | 0.54% | 0.8% | - |
| XYZ | 34.95 | 48.67 | 55.13 | - |
| YUV | 168.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 188 | 0.54 | 0 | 0.07 | 0.20 | 171.82 | 0.51 | 0.58 |
| Hex | 5D | CB | BC | 36 | 0 | 7 | 14 | AC | 33 | 3A |
| Octal | 135 | 313 | 274 | 66 | 0 | 7 | 24 | 254 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10111100 | 110110 | 0 | 111 | 10100 | 10101100 | 110011 | 111010 |
Color Harmonies of #5DCBBC
Complementary color
Monochromatic Colors of #5DCBBC
Black with #5DCBBC
Text Example
Text Example
White with #5DCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBBC; }
p { color: rgb(93,203,188); }
H1.HeaderClassName
{
color: #5DCBBC;
}
.AnyTagClassName
{
color: #5DCBBC;
}
</style>
background-color css
<style>
a { background-color: #5DCBBC; }
a { background-color: rgb(93,203,188); }
div.DivClassName
{
background-color: #5DCBBC;
}
.BgClassName
{
background-color: #5DCBBC;
}
</style>
border-color css
<style>
span { border-color: #5DCBBC; }
span { border-color: rgb(93,203,188); }
td.TdClassName
{
border-color: #5DCBBC;
}
.TagClassName
{
border-color: #5DCBBC;
}
</style>