Shades of Downy #5FCDBE
Tints of Downy #5FCDBE
RGB
CMYK
RGB Variations
Color information
#5FCDBE (or 0x5FCDBE) is known color: Downy. HEX triplet: 5F, CD and BE. RGB value is (95,205,190). Sum of RGB (Red+Green+Blue) = 95+205+190=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDBE is #A03241. Grayscale: #AAAAAA. Windows color (decimal): -10498626 or 12504415. OLE color: 12504415.
HSL color Cylindrical-coordinate representation of color #5FCDBE: hue angle of 171.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDBE is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 190 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.20 |
| HSL | 171.82º | 0.52% | 0.59% | - |
| HSV(B) | 171.82º | 0.54% | 0.8% | - |
| XYZ | 35.84 | 49.81 | 56.44 | - |
| YUV | 170.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 190 | 0.54 | 0 | 0.07 | 0.20 | 171.82 | 0.52 | 0.59 |
| Hex | 5F | CD | BE | 36 | 0 | 7 | 14 | AC | 34 | 3B |
| Octal | 137 | 315 | 276 | 66 | 0 | 7 | 24 | 254 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10111110 | 110110 | 0 | 111 | 10100 | 10101100 | 110100 | 111011 |
Color Harmonies of #5FCDBE
Complementary color
Monochromatic Colors of #5FCDBE
Black with #5FCDBE
Text Example
Text Example
White with #5FCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDBE; }
p { color: rgb(95,205,190); }
H1.HeaderClassName
{
color: #5FCDBE;
}
.AnyTagClassName
{
color: #5FCDBE;
}
</style>
background-color css
<style>
a { background-color: #5FCDBE; }
a { background-color: rgb(95,205,190); }
div.DivClassName
{
background-color: #5FCDBE;
}
.BgClassName
{
background-color: #5FCDBE;
}
</style>
border-color css
<style>
span { border-color: #5FCDBE; }
span { border-color: rgb(95,205,190); }
td.TdClassName
{
border-color: #5FCDBE;
}
.TagClassName
{
border-color: #5FCDBE;
}
</style>