Shades of Downy #5CD3BB
Tints of Downy #5CD3BB
RGB
CMYK
RGB Variations
Color information
#5CD3BB (or 0x5CD3BB) is known color: Downy. HEX triplet: 5C, D3 and BB. RGB value is (92,211,187). Sum of RGB (Red+Green+Blue) = 92+211+187=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD3BB is #A32C44. Grayscale: #ACACAC. Windows color (decimal): -10693701 or 12309340. OLE color: 12309340.
HSL color Cylindrical-coordinate representation of color #5CD3BB: hue angle of 167.9º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD3BB is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 187 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.17 |
| HSL | 167.9º | 0.57% | 0.59% | - |
| HSV(B) | 167.9º | 0.56% | 0.83% | - |
| XYZ | 36.68 | 52.45 | 55.2 | - |
| YUV | 172.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 187 | 0.56 | 0 | 0.11 | 0.17 | 167.9 | 0.57 | 0.59 |
| Hex | 5C | D3 | BB | 38 | 0 | B | 11 | A8 | 39 | 3B |
| Octal | 134 | 323 | 273 | 70 | 0 | 13 | 21 | 250 | 71 | 73 |
| Binary | 1011100 | 11010011 | 10111011 | 111000 | 0 | 1011 | 10001 | 10101000 | 111001 | 111011 |
Color Harmonies of #5CD3BB
Complementary color
Monochromatic Colors of #5CD3BB
Black with #5CD3BB
Text Example
Text Example
White with #5CD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD3BB; }
p { color: rgb(92,211,187); }
H1.HeaderClassName
{
color: #5CD3BB;
}
.AnyTagClassName
{
color: #5CD3BB;
}
</style>
background-color css
<style>
a { background-color: #5CD3BB; }
a { background-color: rgb(92,211,187); }
div.DivClassName
{
background-color: #5CD3BB;
}
.BgClassName
{
background-color: #5CD3BB;
}
</style>
border-color css
<style>
span { border-color: #5CD3BB; }
span { border-color: rgb(92,211,187); }
td.TdClassName
{
border-color: #5CD3BB;
}
.TagClassName
{
border-color: #5CD3BB;
}
</style>