Shades of Downy #5FDBC1
Tints of Downy #5FDBC1
RGB
CMYK
RGB Variations
Color information
#5FDBC1 (or 0x5FDBC1) is known color: Downy. HEX triplet: 5F, DB and C1. RGB value is (95,219,193). Sum of RGB (Red+Green+Blue) = 95+219+193=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBC1 is #A0243E. Grayscale: #B2B2B2. Windows color (decimal): -10495039 or 12704607. OLE color: 12704607.
HSL color Cylindrical-coordinate representation of color #5FDBC1: hue angle of 167.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBC1 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 193 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.14 |
| HSL | 167.42º | 0.63% | 0.62% | - |
| HSV(B) | 167.42º | 0.57% | 0.86% | - |
| XYZ | 39.68 | 56.95 | 59.35 | - |
| YUV | 178.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 193 | 0.57 | 0 | 0.12 | 0.14 | 167.42 | 0.63 | 0.62 |
| Hex | 5F | DB | C1 | 39 | 0 | C | E | A7 | 3F | 3E |
| Octal | 137 | 333 | 301 | 71 | 0 | 14 | 16 | 247 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11000001 | 111001 | 0 | 1100 | 1110 | 10100111 | 111111 | 111110 |
Color Harmonies of #5FDBC1
Complementary color
Monochromatic Colors of #5FDBC1
Black with #5FDBC1
Text Example
Text Example
White with #5FDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBC1; }
p { color: rgb(95,219,193); }
H1.HeaderClassName
{
color: #5FDBC1;
}
.AnyTagClassName
{
color: #5FDBC1;
}
</style>
background-color css
<style>
a { background-color: #5FDBC1; }
a { background-color: rgb(95,219,193); }
div.DivClassName
{
background-color: #5FDBC1;
}
.BgClassName
{
background-color: #5FDBC1;
}
</style>
border-color css
<style>
span { border-color: #5FDBC1; }
span { border-color: rgb(95,219,193); }
td.TdClassName
{
border-color: #5FDBC1;
}
.TagClassName
{
border-color: #5FDBC1;
}
</style>