Shades of Downy #5ADBBC
Tints of Downy #5ADBBC
RGB
CMYK
RGB Variations
Color information
#5ADBBC (or 0x5ADBBC) is known color: Downy. HEX triplet: 5A, DB and BC. RGB value is (90,219,188). Sum of RGB (Red+Green+Blue) = 90+219+188=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBBC is #A52443. Grayscale: #B0B0B0. Windows color (decimal): -10822724 or 12376922. OLE color: 12376922.
HSL color Cylindrical-coordinate representation of color #5ADBBC: hue angle of 165.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBBC is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 188 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.14 |
| HSL | 165.58º | 0.64% | 0.61% | - |
| HSV(B) | 165.58º | 0.59% | 0.86% | - |
| XYZ | 38.63 | 56.47 | 56.44 | - |
| YUV | 176.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 188 | 0.59 | 0 | 0.14 | 0.14 | 165.58 | 0.64 | 0.61 |
| Hex | 5A | DB | BC | 3B | 0 | E | E | A6 | 40 | 3D |
| Octal | 132 | 333 | 274 | 73 | 0 | 16 | 16 | 246 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10111100 | 111011 | 0 | 1110 | 1110 | 10100110 | 1000000 | 111101 |
Color Harmonies of #5ADBBC
Complementary color
Monochromatic Colors of #5ADBBC
Black with #5ADBBC
Text Example
Text Example
White with #5ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBBC; }
p { color: rgb(90,219,188); }
H1.HeaderClassName
{
color: #5ADBBC;
}
.AnyTagClassName
{
color: #5ADBBC;
}
</style>
background-color css
<style>
a { background-color: #5ADBBC; }
a { background-color: rgb(90,219,188); }
div.DivClassName
{
background-color: #5ADBBC;
}
.BgClassName
{
background-color: #5ADBBC;
}
</style>
border-color css
<style>
span { border-color: #5ADBBC; }
span { border-color: rgb(90,219,188); }
td.TdClassName
{
border-color: #5ADBBC;
}
.TagClassName
{
border-color: #5ADBBC;
}
</style>