Shades of Downy #5BDDBB
Tints of Downy #5BDDBB
RGB
CMYK
RGB Variations
Color information
#5BDDBB (or 0x5BDDBB) is known color: Downy. HEX triplet: 5B, DD and BB. RGB value is (91,221,187). Sum of RGB (Red+Green+Blue) = 91+221+187=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDBB is #A42244. Grayscale: #B2B2B2. Windows color (decimal): -10756677 or 12311899. OLE color: 12311899.
HSL color Cylindrical-coordinate representation of color #5BDDBB: hue angle of 164.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDDBB is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 187 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.31º | 0.66% | 0.61% | - |
| HSV(B) | 164.31º | 0.59% | 0.87% | - |
| XYZ | 39.14 | 57.52 | 56.05 | - |
| YUV | 178.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 187 | 0.59 | 0 | 0.15 | 0.13 | 164.31 | 0.66 | 0.61 |
| Hex | 5B | DD | BB | 3B | 0 | F | D | A4 | 42 | 3D |
| Octal | 133 | 335 | 273 | 73 | 0 | 17 | 15 | 244 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10111011 | 111011 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111101 |
Color Harmonies of #5BDDBB
Complementary color
Monochromatic Colors of #5BDDBB
Black with #5BDDBB
Text Example
Text Example
White with #5BDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDBB; }
p { color: rgb(91,221,187); }
H1.HeaderClassName
{
color: #5BDDBB;
}
.AnyTagClassName
{
color: #5BDDBB;
}
</style>
background-color css
<style>
a { background-color: #5BDDBB; }
a { background-color: rgb(91,221,187); }
div.DivClassName
{
background-color: #5BDDBB;
}
.BgClassName
{
background-color: #5BDDBB;
}
</style>
border-color css
<style>
span { border-color: #5BDDBB; }
span { border-color: rgb(91,221,187); }
td.TdClassName
{
border-color: #5BDDBB;
}
.TagClassName
{
border-color: #5BDDBB;
}
</style>