Shades of Downy #5CD8C5
Tints of Downy #5CD8C5
RGB
CMYK
RGB Variations
Color information
#5CD8C5 (or 0x5CD8C5) is known color: Downy. HEX triplet: 5C, D8 and C5. RGB value is (92,216,197). Sum of RGB (Red+Green+Blue) = 92+216+197=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD8C5 is #A3273A. Grayscale: #B0B0B0. Windows color (decimal): -10692411 or 12965980. OLE color: 12965980.
HSL color Cylindrical-coordinate representation of color #5CD8C5: hue angle of 170.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD8C5 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 216 | 197 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.15 |
| HSL | 170.81º | 0.61% | 0.6% | - |
| HSV(B) | 170.81º | 0.57% | 0.85% | - |
| XYZ | 39.05 | 55.42 | 61.46 | - |
| YUV | 176.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 216 | 197 | 0.57 | 0 | 0.09 | 0.15 | 170.81 | 0.61 | 0.6 |
| Hex | 5C | D8 | C5 | 39 | 0 | 9 | F | AB | 3D | 3C |
| Octal | 134 | 330 | 305 | 71 | 0 | 11 | 17 | 253 | 75 | 74 |
| Binary | 1011100 | 11011000 | 11000101 | 111001 | 0 | 1001 | 1111 | 10101011 | 111101 | 111100 |
Color Harmonies of #5CD8C5
Complementary color
Monochromatic Colors of #5CD8C5
Black with #5CD8C5
Text Example
Text Example
White with #5CD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD8C5; }
p { color: rgb(92,216,197); }
H1.HeaderClassName
{
color: #5CD8C5;
}
.AnyTagClassName
{
color: #5CD8C5;
}
</style>
background-color css
<style>
a { background-color: #5CD8C5; }
a { background-color: rgb(92,216,197); }
div.DivClassName
{
background-color: #5CD8C5;
}
.BgClassName
{
background-color: #5CD8C5;
}
</style>
border-color css
<style>
span { border-color: #5CD8C5; }
span { border-color: rgb(92,216,197); }
td.TdClassName
{
border-color: #5CD8C5;
}
.TagClassName
{
border-color: #5CD8C5;
}
</style>