Shades of Downy #5BDBC7
Tints of Downy #5BDBC7
RGB
CMYK
RGB Variations
Color information
#5BDBC7 (or 0x5BDBC7) is known color: Downy. HEX triplet: 5B, DB and C7. RGB value is (91,219,199). Sum of RGB (Red+Green+Blue) = 91+219+199=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBC7 is #A42438. Grayscale: #B2B2B2. Windows color (decimal): -10757177 or 13097819. OLE color: 13097819.
HSL color Cylindrical-coordinate representation of color #5BDBC7: hue angle of 170.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDBC7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 199 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.14 |
| HSL | 170.63º | 0.64% | 0.61% | - |
| HSV(B) | 170.63º | 0.58% | 0.86% | - |
| XYZ | 39.95 | 57.01 | 62.93 | - |
| YUV | 178.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 199 | 0.58 | 0 | 0.09 | 0.14 | 170.63 | 0.64 | 0.61 |
| Hex | 5B | DB | C7 | 3A | 0 | 9 | E | AB | 40 | 3D |
| Octal | 133 | 333 | 307 | 72 | 0 | 11 | 16 | 253 | 100 | 75 |
| Binary | 1011011 | 11011011 | 11000111 | 111010 | 0 | 1001 | 1110 | 10101011 | 1000000 | 111101 |
Color Harmonies of #5BDBC7
Complementary color
Monochromatic Colors of #5BDBC7
Black with #5BDBC7
Text Example
Text Example
White with #5BDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBC7; }
p { color: rgb(91,219,199); }
H1.HeaderClassName
{
color: #5BDBC7;
}
.AnyTagClassName
{
color: #5BDBC7;
}
</style>
background-color css
<style>
a { background-color: #5BDBC7; }
a { background-color: rgb(91,219,199); }
div.DivClassName
{
background-color: #5BDBC7;
}
.BgClassName
{
background-color: #5BDBC7;
}
</style>
border-color css
<style>
span { border-color: #5BDBC7; }
span { border-color: rgb(91,219,199); }
td.TdClassName
{
border-color: #5BDBC7;
}
.TagClassName
{
border-color: #5BDBC7;
}
</style>