Shades of Downy #5BDBBE
Tints of Downy #5BDBBE
RGB
CMYK
RGB Variations
Color information
#5BDBBE (or 0x5BDBBE) is known color: Downy. HEX triplet: 5B, DB and BE. RGB value is (91,219,190). Sum of RGB (Red+Green+Blue) = 91+219+190=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBBE is #A42441. Grayscale: #B1B1B1. Windows color (decimal): -10757186 or 12507995. OLE color: 12507995.
HSL color Cylindrical-coordinate representation of color #5BDBBE: hue angle of 166.41º 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 #5BDBBE is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 190 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.14 |
| HSL | 166.41º | 0.64% | 0.61% | - |
| HSV(B) | 166.41º | 0.58% | 0.86% | - |
| XYZ | 38.94 | 56.6 | 57.59 | - |
| YUV | 177.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 190 | 0.58 | 0 | 0.13 | 0.14 | 166.41 | 0.64 | 0.61 |
| Hex | 5B | DB | BE | 3A | 0 | D | E | A6 | 40 | 3D |
| Octal | 133 | 333 | 276 | 72 | 0 | 15 | 16 | 246 | 100 | 75 |
| Binary | 1011011 | 11011011 | 10111110 | 111010 | 0 | 1101 | 1110 | 10100110 | 1000000 | 111101 |
Color Harmonies of #5BDBBE
Complementary color
Monochromatic Colors of #5BDBBE
Black with #5BDBBE
Text Example
Text Example
White with #5BDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBBE; }
p { color: rgb(91,219,190); }
H1.HeaderClassName
{
color: #5BDBBE;
}
.AnyTagClassName
{
color: #5BDBBE;
}
</style>
background-color css
<style>
a { background-color: #5BDBBE; }
a { background-color: rgb(91,219,190); }
div.DivClassName
{
background-color: #5BDBBE;
}
.BgClassName
{
background-color: #5BDBBE;
}
</style>
border-color css
<style>
span { border-color: #5BDBBE; }
span { border-color: rgb(91,219,190); }
td.TdClassName
{
border-color: #5BDBBE;
}
.TagClassName
{
border-color: #5BDBBE;
}
</style>