Shades of Downy #56DBBE
Tints of Downy #56DBBE
RGB
CMYK
RGB Variations
Color information
#56DBBE (or 0x56DBBE) is known color: Downy. HEX triplet: 56, DB and BE. RGB value is (86,219,190). Sum of RGB (Red+Green+Blue) = 86+219+190=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBBE is #A92441. Grayscale: #AFAFAF. Windows color (decimal): -11084866 or 12507990. OLE color: 12507990.
HSL color Cylindrical-coordinate representation of color #56DBBE: hue angle of 166.92º 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 #56DBBE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 190 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.14 |
| HSL | 166.92º | 0.65% | 0.6% | - |
| HSV(B) | 166.92º | 0.61% | 0.86% | - |
| XYZ | 38.46 | 56.36 | 57.57 | - |
| YUV | 175.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 190 | 0.61 | 0 | 0.13 | 0.14 | 166.92 | 0.65 | 0.6 |
| Hex | 56 | DB | BE | 3D | 0 | D | E | A7 | 41 | 3C |
| Octal | 126 | 333 | 276 | 75 | 0 | 15 | 16 | 247 | 101 | 74 |
| Binary | 1010110 | 11011011 | 10111110 | 111101 | 0 | 1101 | 1110 | 10100111 | 1000001 | 111100 |
Color Harmonies of #56DBBE
Complementary color
Monochromatic Colors of #56DBBE
Black with #56DBBE
Text Example
Text Example
White with #56DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBBE; }
p { color: rgb(86,219,190); }
H1.HeaderClassName
{
color: #56DBBE;
}
.AnyTagClassName
{
color: #56DBBE;
}
</style>
background-color css
<style>
a { background-color: #56DBBE; }
a { background-color: rgb(86,219,190); }
div.DivClassName
{
background-color: #56DBBE;
}
.BgClassName
{
background-color: #56DBBE;
}
</style>
border-color css
<style>
span { border-color: #56DBBE; }
span { border-color: rgb(86,219,190); }
td.TdClassName
{
border-color: #56DBBE;
}
.TagClassName
{
border-color: #56DBBE;
}
</style>