Shades of Downy #5FD5CB
Tints of Downy #5FD5CB
RGB
CMYK
RGB Variations
Color information
#5FD5CB (or 0x5FD5CB) is known color: Downy. HEX triplet: 5F, D5 and CB. RGB value is (95,213,203). Sum of RGB (Red+Green+Blue) = 95+213+203=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD5CB is #A02A34. Grayscale: #B0B0B0. Windows color (decimal): -10496565 or 13358431. OLE color: 13358431.
HSL color Cylindrical-coordinate representation of color #5FD5CB: hue angle of 174.92º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD5CB is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 203 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.16 |
| HSL | 174.92º | 0.58% | 0.6% | - |
| HSV(B) | 174.92º | 0.55% | 0.84% | - |
| XYZ | 39.29 | 54.33 | 64.92 | - |
| YUV | 176.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 203 | 0.55 | 0 | 0.05 | 0.16 | 174.92 | 0.58 | 0.6 |
| Hex | 5F | D5 | CB | 37 | 0 | 5 | 10 | AF | 3A | 3C |
| Octal | 137 | 325 | 313 | 67 | 0 | 5 | 20 | 257 | 72 | 74 |
| Binary | 1011111 | 11010101 | 11001011 | 110111 | 0 | 101 | 10000 | 10101111 | 111010 | 111100 |
Color Harmonies of #5FD5CB
Complementary color
Monochromatic Colors of #5FD5CB
Black with #5FD5CB
Text Example
Text Example
White with #5FD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD5CB; }
p { color: rgb(95,213,203); }
H1.HeaderClassName
{
color: #5FD5CB;
}
.AnyTagClassName
{
color: #5FD5CB;
}
</style>
background-color css
<style>
a { background-color: #5FD5CB; }
a { background-color: rgb(95,213,203); }
div.DivClassName
{
background-color: #5FD5CB;
}
.BgClassName
{
background-color: #5FD5CB;
}
</style>
border-color css
<style>
span { border-color: #5FD5CB; }
span { border-color: rgb(95,213,203); }
td.TdClassName
{
border-color: #5FD5CB;
}
.TagClassName
{
border-color: #5FD5CB;
}
</style>