Shades of Downy #56DFBD
Tints of Downy #56DFBD
RGB
CMYK
RGB Variations
Color information
#56DFBD (or 0x56DFBD) is known color: Downy. HEX triplet: 56, DF and BD. RGB value is (86,223,189). Sum of RGB (Red+Green+Blue) = 86+223+189=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFBD is #A92042. Grayscale: #B2B2B2. Windows color (decimal): -11083843 or 12443478. OLE color: 12443478.
HSL color Cylindrical-coordinate representation of color #56DFBD: hue angle of 165.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFBD is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 189 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.13 |
| HSL | 165.11º | 0.68% | 0.61% | - |
| HSV(B) | 165.11º | 0.61% | 0.87% | - |
| XYZ | 39.41 | 58.43 | 57.34 | - |
| YUV | 178.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 189 | 0.61 | 0 | 0.15 | 0.13 | 165.11 | 0.68 | 0.61 |
| Hex | 56 | DF | BD | 3D | 0 | F | D | A5 | 44 | 3D |
| Octal | 126 | 337 | 275 | 75 | 0 | 17 | 15 | 245 | 104 | 75 |
| Binary | 1010110 | 11011111 | 10111101 | 111101 | 0 | 1111 | 1101 | 10100101 | 1000100 | 111101 |
Color Harmonies of #56DFBD
Complementary color
Monochromatic Colors of #56DFBD
Black with #56DFBD
Text Example
Text Example
White with #56DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFBD; }
p { color: rgb(86,223,189); }
H1.HeaderClassName
{
color: #56DFBD;
}
.AnyTagClassName
{
color: #56DFBD;
}
</style>
background-color css
<style>
a { background-color: #56DFBD; }
a { background-color: rgb(86,223,189); }
div.DivClassName
{
background-color: #56DFBD;
}
.BgClassName
{
background-color: #56DFBD;
}
</style>
border-color css
<style>
span { border-color: #56DFBD; }
span { border-color: rgb(86,223,189); }
td.TdClassName
{
border-color: #56DFBD;
}
.TagClassName
{
border-color: #56DFBD;
}
</style>