Shades of Downy #57DEC1
Tints of Downy #57DEC1
RGB
CMYK
RGB Variations
Color information
#57DEC1 (or 0x57DEC1) is known color: Downy. HEX triplet: 57, DE and C1. RGB value is (87,222,193). Sum of RGB (Red+Green+Blue) = 87+222+193=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEC1 is #A8213E. Grayscale: #B2B2B2. Windows color (decimal): -11018559 or 12705367. OLE color: 12705367.
HSL color Cylindrical-coordinate representation of color #57DEC1: hue angle of 167.11º degrees, saturation: 0.67, 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 #57DEC1 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 193 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.13 |
| HSL | 167.11º | 0.67% | 0.61% | - |
| HSV(B) | 167.11º | 0.61% | 0.87% | - |
| XYZ | 39.68 | 58.12 | 59.58 | - |
| YUV | 178.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 193 | 0.61 | 0 | 0.13 | 0.13 | 167.11 | 0.67 | 0.61 |
| Hex | 57 | DE | C1 | 3D | 0 | D | D | A7 | 43 | 3D |
| Octal | 127 | 336 | 301 | 75 | 0 | 15 | 15 | 247 | 103 | 75 |
| Binary | 1010111 | 11011110 | 11000001 | 111101 | 0 | 1101 | 1101 | 10100111 | 1000011 | 111101 |
Color Harmonies of #57DEC1
Complementary color
Monochromatic Colors of #57DEC1
Black with #57DEC1
Text Example
Text Example
White with #57DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DEC1; }
p { color: rgb(87,222,193); }
H1.HeaderClassName
{
color: #57DEC1;
}
.AnyTagClassName
{
color: #57DEC1;
}
</style>
background-color css
<style>
a { background-color: #57DEC1; }
a { background-color: rgb(87,222,193); }
div.DivClassName
{
background-color: #57DEC1;
}
.BgClassName
{
background-color: #57DEC1;
}
</style>
border-color css
<style>
span { border-color: #57DEC1; }
span { border-color: rgb(87,222,193); }
td.TdClassName
{
border-color: #57DEC1;
}
.TagClassName
{
border-color: #57DEC1;
}
</style>