Shades of Downy #5ADFC6
Tints of Downy #5ADFC6
RGB
CMYK
RGB Variations
Color information
#5ADFC6 (or 0x5ADFC6) is known color: Downy. HEX triplet: 5A, DF and C6. RGB value is (90,223,198). Sum of RGB (Red+Green+Blue) = 90+223+198=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFC6 is #A52039. Grayscale: #B4B4B4. Windows color (decimal): -10821690 or 13033306. OLE color: 13033306.
HSL color Cylindrical-coordinate representation of color #5ADFC6: hue angle of 168.72º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFC6 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 198 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.13 |
| HSL | 168.72º | 0.68% | 0.61% | - |
| HSV(B) | 168.72º | 0.6% | 0.87% | - |
| XYZ | 40.8 | 59.03 | 62.67 | - |
| YUV | 180.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 198 | 0.60 | 0 | 0.11 | 0.13 | 168.72 | 0.68 | 0.61 |
| Hex | 5A | DF | C6 | 3C | 0 | B | D | A9 | 44 | 3D |
| Octal | 132 | 337 | 306 | 74 | 0 | 13 | 15 | 251 | 104 | 75 |
| Binary | 1011010 | 11011111 | 11000110 | 111100 | 0 | 1011 | 1101 | 10101001 | 1000100 | 111101 |
Color Harmonies of #5ADFC6
Complementary color
Monochromatic Colors of #5ADFC6
Black with #5ADFC6
Text Example
Text Example
White with #5ADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFC6; }
p { color: rgb(90,223,198); }
H1.HeaderClassName
{
color: #5ADFC6;
}
.AnyTagClassName
{
color: #5ADFC6;
}
</style>
background-color css
<style>
a { background-color: #5ADFC6; }
a { background-color: rgb(90,223,198); }
div.DivClassName
{
background-color: #5ADFC6;
}
.BgClassName
{
background-color: #5ADFC6;
}
</style>
border-color css
<style>
span { border-color: #5ADFC6; }
span { border-color: rgb(90,223,198); }
td.TdClassName
{
border-color: #5ADFC6;
}
.TagClassName
{
border-color: #5ADFC6;
}
</style>