Shades of Downy #5BCEBF
Tints of Downy #5BCEBF
RGB
CMYK
RGB Variations
Color information
#5BCEBF (or 0x5BCEBF) is known color: Downy. HEX triplet: 5B, CE and BF. RGB value is (91,206,191). Sum of RGB (Red+Green+Blue) = 91+206+191=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEBF is #A43140. Grayscale: #A9A9A9. Windows color (decimal): -10760513 or 12570203. OLE color: 12570203.
HSL color Cylindrical-coordinate representation of color #5BCEBF: hue angle of 172.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEBF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 191 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.19 |
| HSL | 172.17º | 0.54% | 0.58% | - |
| HSV(B) | 172.17º | 0.56% | 0.81% | - |
| XYZ | 35.79 | 50.13 | 57.08 | - |
| YUV | 169.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 191 | 0.56 | 0 | 0.07 | 0.19 | 172.17 | 0.54 | 0.58 |
| Hex | 5B | CE | BF | 38 | 0 | 7 | 13 | AC | 36 | 3A |
| Octal | 133 | 316 | 277 | 70 | 0 | 7 | 23 | 254 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10111111 | 111000 | 0 | 111 | 10011 | 10101100 | 110110 | 111010 |
Color Harmonies of #5BCEBF
Complementary color
Monochromatic Colors of #5BCEBF
Black with #5BCEBF
Text Example
Text Example
White with #5BCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEBF; }
p { color: rgb(91,206,191); }
H1.HeaderClassName
{
color: #5BCEBF;
}
.AnyTagClassName
{
color: #5BCEBF;
}
</style>
background-color css
<style>
a { background-color: #5BCEBF; }
a { background-color: rgb(91,206,191); }
div.DivClassName
{
background-color: #5BCEBF;
}
.BgClassName
{
background-color: #5BCEBF;
}
</style>
border-color css
<style>
span { border-color: #5BCEBF; }
span { border-color: rgb(91,206,191); }
td.TdClassName
{
border-color: #5BCEBF;
}
.TagClassName
{
border-color: #5BCEBF;
}
</style>