Shades of Downy #5DCFBF
Tints of Downy #5DCFBF
RGB
CMYK
RGB Variations
Color information
#5DCFBF (or 0x5DCFBF) is known color: Downy. HEX triplet: 5D, CF and BF. RGB value is (93,207,191). Sum of RGB (Red+Green+Blue) = 93+207+191=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFBF is #A23040. Grayscale: #ABABAB. Windows color (decimal): -10629185 or 12570461. OLE color: 12570461.
HSL color Cylindrical-coordinate representation of color #5DCFBF: hue angle of 171.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFBF is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 191 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.19 |
| HSL | 171.58º | 0.54% | 0.59% | - |
| HSV(B) | 171.58º | 0.55% | 0.81% | - |
| XYZ | 36.23 | 50.71 | 57.17 | - |
| YUV | 171.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 191 | 0.55 | 0 | 0.08 | 0.19 | 171.58 | 0.54 | 0.59 |
| Hex | 5D | CF | BF | 37 | 0 | 8 | 13 | AC | 36 | 3B |
| Octal | 135 | 317 | 277 | 67 | 0 | 10 | 23 | 254 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10111111 | 110111 | 0 | 1000 | 10011 | 10101100 | 110110 | 111011 |
Color Harmonies of #5DCFBF
Complementary color
Monochromatic Colors of #5DCFBF
Black with #5DCFBF
Text Example
Text Example
White with #5DCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFBF; }
p { color: rgb(93,207,191); }
H1.HeaderClassName
{
color: #5DCFBF;
}
.AnyTagClassName
{
color: #5DCFBF;
}
</style>
background-color css
<style>
a { background-color: #5DCFBF; }
a { background-color: rgb(93,207,191); }
div.DivClassName
{
background-color: #5DCFBF;
}
.BgClassName
{
background-color: #5DCFBF;
}
</style>
border-color css
<style>
span { border-color: #5DCFBF; }
span { border-color: rgb(93,207,191); }
td.TdClassName
{
border-color: #5DCFBF;
}
.TagClassName
{
border-color: #5DCFBF;
}
</style>