Shades of Downy #5DC8B7
Tints of Downy #5DC8B7
RGB
CMYK
RGB Variations
Color information
#5DC8B7 (or 0x5DC8B7) is known color: Downy. HEX triplet: 5D, C8 and B7. RGB value is (93,200,183). Sum of RGB (Red+Green+Blue) = 93+200+183=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8B7 is #A23748. Grayscale: #A6A6A6. Windows color (decimal): -10630985 or 12044381. OLE color: 12044381.
HSL color Cylindrical-coordinate representation of color #5DC8B7: hue angle of 170.47º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC8B7 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 183 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.22 |
| HSL | 170.47º | 0.49% | 0.57% | - |
| HSV(B) | 170.47º | 0.54% | 0.78% | - |
| XYZ | 33.72 | 47.05 | 52.11 | - |
| YUV | 166.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 183 | 0.54 | 0 | 0.08 | 0.22 | 170.47 | 0.49 | 0.57 |
| Hex | 5D | C8 | B7 | 36 | 0 | 8 | 16 | AA | 31 | 39 |
| Octal | 135 | 310 | 267 | 66 | 0 | 10 | 26 | 252 | 61 | 71 |
| Binary | 1011101 | 11001000 | 10110111 | 110110 | 0 | 1000 | 10110 | 10101010 | 110001 | 111001 |
Color Harmonies of #5DC8B7
Complementary color
Monochromatic Colors of #5DC8B7
Black with #5DC8B7
Text Example
Text Example
White with #5DC8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8B7; }
p { color: rgb(93,200,183); }
H1.HeaderClassName
{
color: #5DC8B7;
}
.AnyTagClassName
{
color: #5DC8B7;
}
</style>
background-color css
<style>
a { background-color: #5DC8B7; }
a { background-color: rgb(93,200,183); }
div.DivClassName
{
background-color: #5DC8B7;
}
.BgClassName
{
background-color: #5DC8B7;
}
</style>
border-color css
<style>
span { border-color: #5DC8B7; }
span { border-color: rgb(93,200,183); }
td.TdClassName
{
border-color: #5DC8B7;
}
.TagClassName
{
border-color: #5DC8B7;
}
</style>