Shades of Downy #56DBBD
Tints of Downy #56DBBD
RGB
CMYK
RGB Variations
Color information
#56DBBD (or 0x56DBBD) is known color: Downy. HEX triplet: 56, DB and BD. RGB value is (86,219,189). Sum of RGB (Red+Green+Blue) = 86+219+189=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBBD is #A92442. Grayscale: #AFAFAF. Windows color (decimal): -11084867 or 12442454. OLE color: 12442454.
HSL color Cylindrical-coordinate representation of color #56DBBD: hue angle of 166.47º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DBBD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 189 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.14 |
| HSL | 166.47º | 0.65% | 0.6% | - |
| HSV(B) | 166.47º | 0.61% | 0.86% | - |
| XYZ | 38.35 | 56.32 | 56.99 | - |
| YUV | 175.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 189 | 0.61 | 0 | 0.14 | 0.14 | 166.47 | 0.65 | 0.6 |
| Hex | 56 | DB | BD | 3D | 0 | E | E | A6 | 41 | 3C |
| Octal | 126 | 333 | 275 | 75 | 0 | 16 | 16 | 246 | 101 | 74 |
| Binary | 1010110 | 11011011 | 10111101 | 111101 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111100 |
Color Harmonies of #56DBBD
Complementary color
Monochromatic Colors of #56DBBD
Black with #56DBBD
Text Example
Text Example
White with #56DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBBD; }
p { color: rgb(86,219,189); }
H1.HeaderClassName
{
color: #56DBBD;
}
.AnyTagClassName
{
color: #56DBBD;
}
</style>
background-color css
<style>
a { background-color: #56DBBD; }
a { background-color: rgb(86,219,189); }
div.DivClassName
{
background-color: #56DBBD;
}
.BgClassName
{
background-color: #56DBBD;
}
</style>
border-color css
<style>
span { border-color: #56DBBD; }
span { border-color: rgb(86,219,189); }
td.TdClassName
{
border-color: #56DBBD;
}
.TagClassName
{
border-color: #56DBBD;
}
</style>