Shades of Downy #5BDABF
Tints of Downy #5BDABF
RGB
CMYK
RGB Variations
Color information
#5BDABF (or 0x5BDABF) is known color: Downy. HEX triplet: 5B, DA and BF. RGB value is (91,218,191). Sum of RGB (Red+Green+Blue) = 91+218+191=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDABF is #A42540. Grayscale: #B0B0B0. Windows color (decimal): -10757441 or 12573275. OLE color: 12573275.
HSL color Cylindrical-coordinate representation of color #5BDABF: hue angle of 167.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDABF is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 191 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.15 |
| HSL | 167.24º | 0.63% | 0.61% | - |
| HSV(B) | 167.24º | 0.58% | 0.85% | - |
| XYZ | 38.79 | 56.13 | 58.08 | - |
| YUV | 176.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 191 | 0.58 | 0 | 0.12 | 0.15 | 167.24 | 0.63 | 0.61 |
| Hex | 5B | DA | BF | 3A | 0 | C | F | A7 | 3F | 3D |
| Octal | 133 | 332 | 277 | 72 | 0 | 14 | 17 | 247 | 77 | 75 |
| Binary | 1011011 | 11011010 | 10111111 | 111010 | 0 | 1100 | 1111 | 10100111 | 111111 | 111101 |
Color Harmonies of #5BDABF
Complementary color
Monochromatic Colors of #5BDABF
Black with #5BDABF
Text Example
Text Example
White with #5BDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDABF; }
p { color: rgb(91,218,191); }
H1.HeaderClassName
{
color: #5BDABF;
}
.AnyTagClassName
{
color: #5BDABF;
}
</style>
background-color css
<style>
a { background-color: #5BDABF; }
a { background-color: rgb(91,218,191); }
div.DivClassName
{
background-color: #5BDABF;
}
.BgClassName
{
background-color: #5BDABF;
}
</style>
border-color css
<style>
span { border-color: #5BDABF; }
span { border-color: rgb(91,218,191); }
td.TdClassName
{
border-color: #5BDABF;
}
.TagClassName
{
border-color: #5BDABF;
}
</style>