Shades of Downy #5BC6BC
Tints of Downy #5BC6BC
RGB
CMYK
RGB Variations
Color information
#5BC6BC (or 0x5BC6BC) is known color: Downy. HEX triplet: 5B, C6 and BC. RGB value is (91,198,188). Sum of RGB (Red+Green+Blue) = 91+198+188=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #5BC6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC6BC is #A43943. Grayscale: #A4A4A4. Windows color (decimal): -10762564 or 12371547. OLE color: 12371547.
HSL color Cylindrical-coordinate representation of color #5BC6BC: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC6BC is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 198 | 188 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.22 |
| HSL | 174.39º | 0.48% | 0.57% | - |
| HSV(B) | 174.39º | 0.54% | 0.78% | - |
| XYZ | 33.59 | 46.24 | 54.73 | - |
| YUV | 164.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 188 | 0.54 | 0 | 0.05 | 0.22 | 174.39 | 0.48 | 0.57 |
| Hex | 5B | C6 | BC | 36 | 0 | 5 | 16 | AE | 30 | 39 |
| Octal | 133 | 306 | 274 | 66 | 0 | 5 | 26 | 256 | 60 | 71 |
| Binary | 1011011 | 11000110 | 10111100 | 110110 | 0 | 101 | 10110 | 10101110 | 110000 | 111001 |
Color Harmonies of #5BC6BC
Complementary color
Monochromatic Colors of #5BC6BC
Black with #5BC6BC
Text Example
Text Example
White with #5BC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC6BC; }
p { color: rgb(91,198,188); }
H1.HeaderClassName
{
color: #5BC6BC;
}
.AnyTagClassName
{
color: #5BC6BC;
}
</style>
background-color css
<style>
a { background-color: #5BC6BC; }
a { background-color: rgb(91,198,188); }
div.DivClassName
{
background-color: #5BC6BC;
}
.BgClassName
{
background-color: #5BC6BC;
}
</style>
border-color css
<style>
span { border-color: #5BC6BC; }
span { border-color: rgb(91,198,188); }
td.TdClassName
{
border-color: #5BC6BC;
}
.TagClassName
{
border-color: #5BC6BC;
}
</style>