Shades of Downy #5DCCB8
Tints of Downy #5DCCB8
RGB
CMYK
RGB Variations
Color information
#5DCCB8 (or 0x5DCCB8) is known color: Downy. HEX triplet: 5D, CC and B8. RGB value is (93,204,184). Sum of RGB (Red+Green+Blue) = 93+204+184=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCB8 is #A23347. Grayscale: #A8A8A8. Windows color (decimal): -10629960 or 12110941. OLE color: 12110941.
HSL color Cylindrical-coordinate representation of color #5DCCB8: hue angle of 169.19º degrees, saturation: 0.52, 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 #5DCCB8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 184 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.2 |
| HSL | 169.19º | 0.52% | 0.58% | - |
| HSV(B) | 169.19º | 0.54% | 0.8% | - |
| XYZ | 34.76 | 48.97 | 52.97 | - |
| YUV | 168.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 184 | 0.54 | 0 | 0.10 | 0.2 | 169.19 | 0.52 | 0.58 |
| Hex | 5D | CC | B8 | 36 | 0 | A | 14 | A9 | 34 | 3A |
| Octal | 135 | 314 | 270 | 66 | 0 | 12 | 24 | 251 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10111000 | 110110 | 0 | 1010 | 10100 | 10101001 | 110100 | 111010 |
Color Harmonies of #5DCCB8
Complementary color
Monochromatic Colors of #5DCCB8
Black with #5DCCB8
Text Example
Text Example
White with #5DCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCB8; }
p { color: rgb(93,204,184); }
H1.HeaderClassName
{
color: #5DCCB8;
}
.AnyTagClassName
{
color: #5DCCB8;
}
</style>
background-color css
<style>
a { background-color: #5DCCB8; }
a { background-color: rgb(93,204,184); }
div.DivClassName
{
background-color: #5DCCB8;
}
.BgClassName
{
background-color: #5DCCB8;
}
</style>
border-color css
<style>
span { border-color: #5DCCB8; }
span { border-color: rgb(93,204,184); }
td.TdClassName
{
border-color: #5DCCB8;
}
.TagClassName
{
border-color: #5DCCB8;
}
</style>