Shades of Downy #5BF2BB
Tints of Downy #5BF2BB
RGB
CMYK
RGB Variations
Color information
#5BF2BB (or 0x5BF2BB) is known color: Downy. HEX triplet: 5B, F2 and BB. RGB value is (91,242,187). Sum of RGB (Red+Green+Blue) = 91+242+187=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF2BB is #A40D44. Grayscale: #BEBEBE. Windows color (decimal): -10751301 or 12317275. OLE color: 12317275.
HSL color Cylindrical-coordinate representation of color #5BF2BB: hue angle of 158.15º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF2BB is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 187 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 158.15º | 0.85% | 0.65% | - |
| HSV(B) | 158.15º | 0.62% | 0.95% | - |
| XYZ | 45.04 | 69.32 | 58.02 | - |
| YUV | 190.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 187 | 0.62 | 0 | 0.23 | 0.05 | 158.15 | 0.85 | 0.65 |
| Hex | 5B | F2 | BB | 3E | 0 | 17 | 5 | 9E | 55 | 41 |
| Octal | 133 | 362 | 273 | 76 | 0 | 27 | 5 | 236 | 125 | 101 |
| Binary | 1011011 | 11110010 | 10111011 | 111110 | 0 | 10111 | 101 | 10011110 | 1010101 | 1000001 |
Color Harmonies of #5BF2BB
Complementary color
Monochromatic Colors of #5BF2BB
Black with #5BF2BB
Text Example
Text Example
White with #5BF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2BB; }
p { color: rgb(91,242,187); }
H1.HeaderClassName
{
color: #5BF2BB;
}
.AnyTagClassName
{
color: #5BF2BB;
}
</style>
background-color css
<style>
a { background-color: #5BF2BB; }
a { background-color: rgb(91,242,187); }
div.DivClassName
{
background-color: #5BF2BB;
}
.BgClassName
{
background-color: #5BF2BB;
}
</style>
border-color css
<style>
span { border-color: #5BF2BB; }
span { border-color: rgb(91,242,187); }
td.TdClassName
{
border-color: #5BF2BB;
}
.TagClassName
{
border-color: #5BF2BB;
}
</style>