Shades of Downy #5CDCC9
Tints of Downy #5CDCC9
RGB
CMYK
RGB Variations
Color information
#5CDCC9 (or 0x5CDCC9) is known color: Downy. HEX triplet: 5C, DC and C9. RGB value is (92,220,201). Sum of RGB (Red+Green+Blue) = 92+220+201=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCC9 is #A32336. Grayscale: #B3B3B3. Windows color (decimal): -10691383 or 13229148. OLE color: 13229148.
HSL color Cylindrical-coordinate representation of color #5CDCC9: hue angle of 171.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCC9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 201 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.14 |
| HSL | 171.09º | 0.65% | 0.61% | - |
| HSV(B) | 171.09º | 0.58% | 0.86% | - |
| XYZ | 40.55 | 57.68 | 64.25 | - |
| YUV | 179.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 201 | 0.58 | 0 | 0.09 | 0.14 | 171.09 | 0.65 | 0.61 |
| Hex | 5C | DC | C9 | 3A | 0 | 9 | E | AB | 41 | 3D |
| Octal | 134 | 334 | 311 | 72 | 0 | 11 | 16 | 253 | 101 | 75 |
| Binary | 1011100 | 11011100 | 11001001 | 111010 | 0 | 1001 | 1110 | 10101011 | 1000001 | 111101 |
Color Harmonies of #5CDCC9
Complementary color
Monochromatic Colors of #5CDCC9
Black with #5CDCC9
Text Example
Text Example
White with #5CDCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCC9; }
p { color: rgb(92,220,201); }
H1.HeaderClassName
{
color: #5CDCC9;
}
.AnyTagClassName
{
color: #5CDCC9;
}
</style>
background-color css
<style>
a { background-color: #5CDCC9; }
a { background-color: rgb(92,220,201); }
div.DivClassName
{
background-color: #5CDCC9;
}
.BgClassName
{
background-color: #5CDCC9;
}
</style>
border-color css
<style>
span { border-color: #5CDCC9; }
span { border-color: rgb(92,220,201); }
td.TdClassName
{
border-color: #5CDCC9;
}
.TagClassName
{
border-color: #5CDCC9;
}
</style>