Shades of Downy #5CDBC6
Tints of Downy #5CDBC6
RGB
CMYK
RGB Variations
Color information
#5CDBC6 (or 0x5CDBC6) is known color: Downy. HEX triplet: 5C, DB and C6. RGB value is (92,219,198). Sum of RGB (Red+Green+Blue) = 92+219+198=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDBC6 is #A32439. Grayscale: #B2B2B2. Windows color (decimal): -10691642 or 13032284. OLE color: 13032284.
HSL color Cylindrical-coordinate representation of color #5CDBC6: hue angle of 170.08º degrees, saturation: 0.64, 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 #5CDBC6 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 198 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.14 |
| HSL | 170.08º | 0.64% | 0.61% | - |
| HSV(B) | 170.08º | 0.58% | 0.86% | - |
| XYZ | 39.94 | 57.02 | 62.33 | - |
| YUV | 178.63 | 138.92 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 198 | 0.58 | 0 | 0.10 | 0.14 | 170.08 | 0.64 | 0.61 |
| Hex | 5C | DB | C6 | 3A | 0 | A | E | AA | 40 | 3D |
| Octal | 134 | 333 | 306 | 72 | 0 | 12 | 16 | 252 | 100 | 75 |
| Binary | 1011100 | 11011011 | 11000110 | 111010 | 0 | 1010 | 1110 | 10101010 | 1000000 | 111101 |
Color Harmonies of #5CDBC6
Complementary color
Monochromatic Colors of #5CDBC6
Black with #5CDBC6
Text Example
Text Example
White with #5CDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBC6; }
p { color: rgb(92,219,198); }
H1.HeaderClassName
{
color: #5CDBC6;
}
.AnyTagClassName
{
color: #5CDBC6;
}
</style>
background-color css
<style>
a { background-color: #5CDBC6; }
a { background-color: rgb(92,219,198); }
div.DivClassName
{
background-color: #5CDBC6;
}
.BgClassName
{
background-color: #5CDBC6;
}
</style>
border-color css
<style>
span { border-color: #5CDBC6; }
span { border-color: rgb(92,219,198); }
td.TdClassName
{
border-color: #5CDBC6;
}
.TagClassName
{
border-color: #5CDBC6;
}
</style>