Shades of Downy #5BC9BA
Tints of Downy #5BC9BA
RGB
CMYK
RGB Variations
Color information
#5BC9BA (or 0x5BC9BA) is known color: Downy. HEX triplet: 5B, C9 and BA. RGB value is (91,201,186). Sum of RGB (Red+Green+Blue) = 91+201+186=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9BA is #A43645. Grayscale: #A6A6A6. Windows color (decimal): -10761798 or 12241243. OLE color: 12241243.
HSL color Cylindrical-coordinate representation of color #5BC9BA: hue angle of 171.82º 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 #5BC9BA is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 186 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.21 |
| HSL | 171.82º | 0.5% | 0.57% | - |
| HSV(B) | 171.82º | 0.55% | 0.79% | - |
| XYZ | 34.06 | 47.54 | 53.84 | - |
| YUV | 166.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 186 | 0.55 | 0 | 0.07 | 0.21 | 171.82 | 0.5 | 0.57 |
| Hex | 5B | C9 | BA | 37 | 0 | 7 | 15 | AC | 32 | 39 |
| Octal | 133 | 311 | 272 | 67 | 0 | 7 | 25 | 254 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10111010 | 110111 | 0 | 111 | 10101 | 10101100 | 110010 | 111001 |
Color Harmonies of #5BC9BA
Complementary color
Monochromatic Colors of #5BC9BA
Black with #5BC9BA
Text Example
Text Example
White with #5BC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9BA; }
p { color: rgb(91,201,186); }
H1.HeaderClassName
{
color: #5BC9BA;
}
.AnyTagClassName
{
color: #5BC9BA;
}
</style>
background-color css
<style>
a { background-color: #5BC9BA; }
a { background-color: rgb(91,201,186); }
div.DivClassName
{
background-color: #5BC9BA;
}
.BgClassName
{
background-color: #5BC9BA;
}
</style>
border-color css
<style>
span { border-color: #5BC9BA; }
span { border-color: rgb(91,201,186); }
td.TdClassName
{
border-color: #5BC9BA;
}
.TagClassName
{
border-color: #5BC9BA;
}
</style>