Shades of Downy #5BCDBD
Tints of Downy #5BCDBD
RGB
CMYK
RGB Variations
Color information
#5BCDBD (or 0x5BCDBD) is known color: Downy. HEX triplet: 5B, CD and BD. RGB value is (91,205,189). Sum of RGB (Red+Green+Blue) = 91+205+189=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDBD is #A43242. Grayscale: #A9A9A9. Windows color (decimal): -10760771 or 12438875. OLE color: 12438875.
HSL color Cylindrical-coordinate representation of color #5BCDBD: hue angle of 171.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDBD is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 189 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.20 |
| HSL | 171.58º | 0.53% | 0.58% | - |
| HSV(B) | 171.58º | 0.56% | 0.8% | - |
| XYZ | 35.33 | 49.56 | 55.85 | - |
| YUV | 169.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 189 | 0.56 | 0 | 0.08 | 0.20 | 171.58 | 0.53 | 0.58 |
| Hex | 5B | CD | BD | 38 | 0 | 8 | 14 | AC | 35 | 3A |
| Octal | 133 | 315 | 275 | 70 | 0 | 10 | 24 | 254 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10111101 | 111000 | 0 | 1000 | 10100 | 10101100 | 110101 | 111010 |
Color Harmonies of #5BCDBD
Complementary color
Monochromatic Colors of #5BCDBD
Black with #5BCDBD
Text Example
Text Example
White with #5BCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDBD; }
p { color: rgb(91,205,189); }
H1.HeaderClassName
{
color: #5BCDBD;
}
.AnyTagClassName
{
color: #5BCDBD;
}
</style>
background-color css
<style>
a { background-color: #5BCDBD; }
a { background-color: rgb(91,205,189); }
div.DivClassName
{
background-color: #5BCDBD;
}
.BgClassName
{
background-color: #5BCDBD;
}
</style>
border-color css
<style>
span { border-color: #5BCDBD; }
span { border-color: rgb(91,205,189); }
td.TdClassName
{
border-color: #5BCDBD;
}
.TagClassName
{
border-color: #5BCDBD;
}
</style>