Shades of Downy #5BC9BC
Tints of Downy #5BC9BC
RGB
CMYK
RGB Variations
Color information
#5BC9BC (or 0x5BC9BC) is known color: Downy. HEX triplet: 5B, C9 and BC. RGB value is (91,201,188). Sum of RGB (Red+Green+Blue) = 91+201+188=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9BC is #A43643. Grayscale: #A6A6A6. Windows color (decimal): -10761796 or 12372315. OLE color: 12372315.
HSL color Cylindrical-coordinate representation of color #5BC9BC: hue angle of 172.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC9BC is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 188 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.21 |
| HSL | 172.91º | 0.5% | 0.57% | - |
| HSV(B) | 172.91º | 0.55% | 0.79% | - |
| XYZ | 34.28 | 47.63 | 54.96 | - |
| YUV | 166.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 188 | 0.55 | 0 | 0.06 | 0.21 | 172.91 | 0.5 | 0.57 |
| Hex | 5B | C9 | BC | 37 | 0 | 6 | 15 | AD | 32 | 39 |
| Octal | 133 | 311 | 274 | 67 | 0 | 6 | 25 | 255 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10111100 | 110111 | 0 | 110 | 10101 | 10101101 | 110010 | 111001 |
Color Harmonies of #5BC9BC
Complementary color
Monochromatic Colors of #5BC9BC
Black with #5BC9BC
Text Example
Text Example
White with #5BC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9BC; }
p { color: rgb(91,201,188); }
H1.HeaderClassName
{
color: #5BC9BC;
}
.AnyTagClassName
{
color: #5BC9BC;
}
</style>
background-color css
<style>
a { background-color: #5BC9BC; }
a { background-color: rgb(91,201,188); }
div.DivClassName
{
background-color: #5BC9BC;
}
.BgClassName
{
background-color: #5BC9BC;
}
</style>
border-color css
<style>
span { border-color: #5BC9BC; }
span { border-color: rgb(91,201,188); }
td.TdClassName
{
border-color: #5BC9BC;
}
.TagClassName
{
border-color: #5BC9BC;
}
</style>