Shades of Downy #5CDCBD
Tints of Downy #5CDCBD
RGB
CMYK
RGB Variations
Color information
#5CDCBD (or 0x5CDCBD) is known color: Downy. HEX triplet: 5C, DC and BD. RGB value is (92,220,189). Sum of RGB (Red+Green+Blue) = 92+220+189=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCBD is #A32342. Grayscale: #B2B2B2. Windows color (decimal): -10691395 or 12442716. OLE color: 12442716.
HSL color Cylindrical-coordinate representation of color #5CDCBD: hue angle of 165.47º 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 #5CDCBD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 189 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.14 |
| HSL | 165.47º | 0.65% | 0.61% | - |
| HSV(B) | 165.47º | 0.58% | 0.86% | - |
| XYZ | 39.19 | 57.14 | 57.11 | - |
| YUV | 178.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 189 | 0.58 | 0 | 0.14 | 0.14 | 165.47 | 0.65 | 0.61 |
| Hex | 5C | DC | BD | 3A | 0 | E | E | A5 | 41 | 3D |
| Octal | 134 | 334 | 275 | 72 | 0 | 16 | 16 | 245 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10111101 | 111010 | 0 | 1110 | 1110 | 10100101 | 1000001 | 111101 |
Color Harmonies of #5CDCBD
Complementary color
Monochromatic Colors of #5CDCBD
Black with #5CDCBD
Text Example
Text Example
White with #5CDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCBD; }
p { color: rgb(92,220,189); }
H1.HeaderClassName
{
color: #5CDCBD;
}
.AnyTagClassName
{
color: #5CDCBD;
}
</style>
background-color css
<style>
a { background-color: #5CDCBD; }
a { background-color: rgb(92,220,189); }
div.DivClassName
{
background-color: #5CDCBD;
}
.BgClassName
{
background-color: #5CDCBD;
}
</style>
border-color css
<style>
span { border-color: #5CDCBD; }
span { border-color: rgb(92,220,189); }
td.TdClassName
{
border-color: #5CDCBD;
}
.TagClassName
{
border-color: #5CDCBD;
}
</style>