Shades of Downy #5CDCB8
Tints of Downy #5CDCB8
RGB
CMYK
RGB Variations
Color information
#5CDCB8 (or 0x5CDCB8) is known color: Downy. HEX triplet: 5C, DC and B8. RGB value is (92,220,184). Sum of RGB (Red+Green+Blue) = 92+220+184=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCB8 is #A32347. Grayscale: #B1B1B1. Windows color (decimal): -10691400 or 12115036. OLE color: 12115036.
HSL color Cylindrical-coordinate representation of color #5CDCB8: hue angle of 163.12º 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 #5CDCB8 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 184 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.14 |
| HSL | 163.13º | 0.65% | 0.61% | - |
| HSV(B) | 163.13º | 0.58% | 0.86% | - |
| XYZ | 38.66 | 56.92 | 54.3 | - |
| YUV | 177.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 184 | 0.58 | 0 | 0.16 | 0.14 | 163.13 | 0.65 | 0.61 |
| Hex | 5C | DC | B8 | 3A | 0 | 10 | E | A3 | 41 | 3D |
| Octal | 134 | 334 | 270 | 72 | 0 | 20 | 16 | 243 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10111000 | 111010 | 0 | 10000 | 1110 | 10100011 | 1000001 | 111101 |
Color Harmonies of #5CDCB8
Complementary color
Monochromatic Colors of #5CDCB8
Black with #5CDCB8
Text Example
Text Example
White with #5CDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCB8; }
p { color: rgb(92,220,184); }
H1.HeaderClassName
{
color: #5CDCB8;
}
.AnyTagClassName
{
color: #5CDCB8;
}
</style>
background-color css
<style>
a { background-color: #5CDCB8; }
a { background-color: rgb(92,220,184); }
div.DivClassName
{
background-color: #5CDCB8;
}
.BgClassName
{
background-color: #5CDCB8;
}
</style>
border-color css
<style>
span { border-color: #5CDCB8; }
span { border-color: rgb(92,220,184); }
td.TdClassName
{
border-color: #5CDCB8;
}
.TagClassName
{
border-color: #5CDCB8;
}
</style>