Shades of Downy #5BCFBA
Tints of Downy #5BCFBA
RGB
CMYK
RGB Variations
Color information
#5BCFBA (or 0x5BCFBA) is known color: Downy. HEX triplet: 5B, CF and BA. RGB value is (91,207,186). Sum of RGB (Red+Green+Blue) = 91+207+186=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFBA is #A43045. Grayscale: #A9A9A9. Windows color (decimal): -10760262 or 12242779. OLE color: 12242779.
HSL color Cylindrical-coordinate representation of color #5BCFBA: hue angle of 169.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCFBA is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 186 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.19 |
| HSL | 169.14º | 0.55% | 0.58% | - |
| HSV(B) | 169.14º | 0.56% | 0.81% | - |
| XYZ | 35.49 | 50.39 | 54.31 | - |
| YUV | 169.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 186 | 0.56 | 0 | 0.10 | 0.19 | 169.14 | 0.55 | 0.58 |
| Hex | 5B | CF | BA | 38 | 0 | A | 13 | A9 | 37 | 3A |
| Octal | 133 | 317 | 272 | 70 | 0 | 12 | 23 | 251 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10111010 | 111000 | 0 | 1010 | 10011 | 10101001 | 110111 | 111010 |
Color Harmonies of #5BCFBA
Complementary color
Monochromatic Colors of #5BCFBA
Black with #5BCFBA
Text Example
Text Example
White with #5BCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFBA; }
p { color: rgb(91,207,186); }
H1.HeaderClassName
{
color: #5BCFBA;
}
.AnyTagClassName
{
color: #5BCFBA;
}
</style>
background-color css
<style>
a { background-color: #5BCFBA; }
a { background-color: rgb(91,207,186); }
div.DivClassName
{
background-color: #5BCFBA;
}
.BgClassName
{
background-color: #5BCFBA;
}
</style>
border-color css
<style>
span { border-color: #5BCFBA; }
span { border-color: rgb(91,207,186); }
td.TdClassName
{
border-color: #5BCFBA;
}
.TagClassName
{
border-color: #5BCFBA;
}
</style>