Shades of Downy #5BDDBC
Tints of Downy #5BDDBC
RGB
CMYK
RGB Variations
Color information
#5BDDBC (or 0x5BDDBC) is known color: Downy. HEX triplet: 5B, DD and BC. RGB value is (91,221,188). Sum of RGB (Red+Green+Blue) = 91+221+188=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDBC is #A42243. Grayscale: #B2B2B2. Windows color (decimal): -10756676 or 12377435. OLE color: 12377435.
HSL color Cylindrical-coordinate representation of color #5BDDBC: hue angle of 164.77º 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 #5BDDBC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 188 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.77º | 0.66% | 0.61% | - |
| HSV(B) | 164.77º | 0.59% | 0.87% | - |
| XYZ | 39.25 | 57.57 | 56.62 | - |
| YUV | 178.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 188 | 0.59 | 0 | 0.15 | 0.13 | 164.77 | 0.66 | 0.61 |
| Hex | 5B | DD | BC | 3B | 0 | F | D | A5 | 42 | 3D |
| Octal | 133 | 335 | 274 | 73 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10111100 | 111011 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #5BDDBC
Complementary color
Monochromatic Colors of #5BDDBC
Black with #5BDDBC
Text Example
Text Example
White with #5BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDBC; }
p { color: rgb(91,221,188); }
H1.HeaderClassName
{
color: #5BDDBC;
}
.AnyTagClassName
{
color: #5BDDBC;
}
</style>
background-color css
<style>
a { background-color: #5BDDBC; }
a { background-color: rgb(91,221,188); }
div.DivClassName
{
background-color: #5BDDBC;
}
.BgClassName
{
background-color: #5BDDBC;
}
</style>
border-color css
<style>
span { border-color: #5BDDBC; }
span { border-color: rgb(91,221,188); }
td.TdClassName
{
border-color: #5BDDBC;
}
.TagClassName
{
border-color: #5BDDBC;
}
</style>