Shades of Downy #5CDAC7
Tints of Downy #5CDAC7
RGB
CMYK
RGB Variations
Color information
#5CDAC7 (or 0x5CDAC7) is known color: Downy. HEX triplet: 5C, DA and C7. RGB value is (92,218,199). Sum of RGB (Red+Green+Blue) = 92+218+199=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDAC7 is #A32538. Grayscale: #B2B2B2. Windows color (decimal): -10691897 or 13097564. OLE color: 13097564.
HSL color Cylindrical-coordinate representation of color #5CDAC7: hue angle of 170.95º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDAC7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 199 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.15 |
| HSL | 170.95º | 0.63% | 0.61% | - |
| HSV(B) | 170.95º | 0.58% | 0.85% | - |
| XYZ | 39.79 | 56.54 | 62.85 | - |
| YUV | 178.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 199 | 0.58 | 0 | 0.09 | 0.15 | 170.95 | 0.63 | 0.61 |
| Hex | 5C | DA | C7 | 3A | 0 | 9 | F | AB | 3F | 3D |
| Octal | 134 | 332 | 307 | 72 | 0 | 11 | 17 | 253 | 77 | 75 |
| Binary | 1011100 | 11011010 | 11000111 | 111010 | 0 | 1001 | 1111 | 10101011 | 111111 | 111101 |
Color Harmonies of #5CDAC7
Complementary color
Monochromatic Colors of #5CDAC7
Black with #5CDAC7
Text Example
Text Example
White with #5CDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDAC7; }
p { color: rgb(92,218,199); }
H1.HeaderClassName
{
color: #5CDAC7;
}
.AnyTagClassName
{
color: #5CDAC7;
}
</style>
background-color css
<style>
a { background-color: #5CDAC7; }
a { background-color: rgb(92,218,199); }
div.DivClassName
{
background-color: #5CDAC7;
}
.BgClassName
{
background-color: #5CDAC7;
}
</style>
border-color css
<style>
span { border-color: #5CDAC7; }
span { border-color: rgb(92,218,199); }
td.TdClassName
{
border-color: #5CDAC7;
}
.TagClassName
{
border-color: #5CDAC7;
}
</style>