Shades of Downy #57DBBC
Tints of Downy #57DBBC
RGB
CMYK
RGB Variations
Color information
#57DBBC (or 0x57DBBC) is known color: Downy. HEX triplet: 57, DB and BC. RGB value is (87,219,188). Sum of RGB (Red+Green+Blue) = 87+219+188=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBBC is #A82443. Grayscale: #AFAFAF. Windows color (decimal): -11019332 or 12376919. OLE color: 12376919.
HSL color Cylindrical-coordinate representation of color #57DBBC: hue angle of 165.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBBC is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 188 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.14 |
| HSL | 165.91º | 0.65% | 0.6% | - |
| HSV(B) | 165.91º | 0.6% | 0.86% | - |
| XYZ | 38.34 | 56.32 | 56.43 | - |
| YUV | 176 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 188 | 0.60 | 0 | 0.14 | 0.14 | 165.91 | 0.65 | 0.6 |
| Hex | 57 | DB | BC | 3C | 0 | E | E | A6 | 41 | 3C |
| Octal | 127 | 333 | 274 | 74 | 0 | 16 | 16 | 246 | 101 | 74 |
| Binary | 1010111 | 11011011 | 10111100 | 111100 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111100 |
Color Harmonies of #57DBBC
Complementary color
Monochromatic Colors of #57DBBC
Black with #57DBBC
Text Example
Text Example
White with #57DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBBC; }
p { color: rgb(87,219,188); }
H1.HeaderClassName
{
color: #57DBBC;
}
.AnyTagClassName
{
color: #57DBBC;
}
</style>
background-color css
<style>
a { background-color: #57DBBC; }
a { background-color: rgb(87,219,188); }
div.DivClassName
{
background-color: #57DBBC;
}
.BgClassName
{
background-color: #57DBBC;
}
</style>
border-color css
<style>
span { border-color: #57DBBC; }
span { border-color: rgb(87,219,188); }
td.TdClassName
{
border-color: #57DBBC;
}
.TagClassName
{
border-color: #57DBBC;
}
</style>