Shades of Downy #5CC5BE
Tints of Downy #5CC5BE
RGB
CMYK
RGB Variations
Color information
#5CC5BE (or 0x5CC5BE) is known color: Downy. HEX triplet: 5C, C5 and BE. RGB value is (92,197,190). Sum of RGB (Red+Green+Blue) = 92+197+190=479 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.21% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5BE is #A33A41. Grayscale: #A4A4A4. Windows color (decimal): -10697282 or 12502364. OLE color: 12502364.
HSL color Cylindrical-coordinate representation of color #5CC5BE: hue angle of 176º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC5BE is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 190 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.23 |
| HSL | 176º | 0.48% | 0.57% | - |
| HSV(B) | 176º | 0.53% | 0.77% | - |
| XYZ | 33.67 | 45.93 | 55.8 | - |
| YUV | 164.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 190 | 0.53 | 0 | 0.04 | 0.23 | 176 | 0.48 | 0.57 |
| Hex | 5C | C5 | BE | 35 | 0 | 4 | 17 | B0 | 30 | 39 |
| Octal | 134 | 305 | 276 | 65 | 0 | 4 | 27 | 260 | 60 | 71 |
| Binary | 1011100 | 11000101 | 10111110 | 110101 | 0 | 100 | 10111 | 10110000 | 110000 | 111001 |
Color Harmonies of #5CC5BE
Complementary color
Monochromatic Colors of #5CC5BE
Black with #5CC5BE
Text Example
Text Example
White with #5CC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5BE; }
p { color: rgb(92,197,190); }
H1.HeaderClassName
{
color: #5CC5BE;
}
.AnyTagClassName
{
color: #5CC5BE;
}
</style>
background-color css
<style>
a { background-color: #5CC5BE; }
a { background-color: rgb(92,197,190); }
div.DivClassName
{
background-color: #5CC5BE;
}
.BgClassName
{
background-color: #5CC5BE;
}
</style>
border-color css
<style>
span { border-color: #5CC5BE; }
span { border-color: rgb(92,197,190); }
td.TdClassName
{
border-color: #5CC5BE;
}
.TagClassName
{
border-color: #5CC5BE;
}
</style>