Shades of Downy #5BCABB
Tints of Downy #5BCABB
RGB
CMYK
RGB Variations
Color information
#5BCABB (or 0x5BCABB) is known color: Downy. HEX triplet: 5B, CA and BB. RGB value is (91,202,187). Sum of RGB (Red+Green+Blue) = 91+202+187=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCABB is #A43544. Grayscale: #A7A7A7. Windows color (decimal): -10761541 or 12307035. OLE color: 12307035.
HSL color Cylindrical-coordinate representation of color #5BCABB: hue angle of 171.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCABB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 187 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.21 |
| HSL | 171.89º | 0.51% | 0.57% | - |
| HSV(B) | 171.89º | 0.55% | 0.79% | - |
| XYZ | 34.4 | 48.05 | 54.48 | - |
| YUV | 167.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 187 | 0.55 | 0 | 0.07 | 0.21 | 171.89 | 0.51 | 0.57 |
| Hex | 5B | CA | BB | 37 | 0 | 7 | 15 | AC | 33 | 39 |
| Octal | 133 | 312 | 273 | 67 | 0 | 7 | 25 | 254 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10111011 | 110111 | 0 | 111 | 10101 | 10101100 | 110011 | 111001 |
Color Harmonies of #5BCABB
Complementary color
Monochromatic Colors of #5BCABB
Black with #5BCABB
Text Example
Text Example
White with #5BCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCABB; }
p { color: rgb(91,202,187); }
H1.HeaderClassName
{
color: #5BCABB;
}
.AnyTagClassName
{
color: #5BCABB;
}
</style>
background-color css
<style>
a { background-color: #5BCABB; }
a { background-color: rgb(91,202,187); }
div.DivClassName
{
background-color: #5BCABB;
}
.BgClassName
{
background-color: #5BCABB;
}
</style>
border-color css
<style>
span { border-color: #5BCABB; }
span { border-color: rgb(91,202,187); }
td.TdClassName
{
border-color: #5BCABB;
}
.TagClassName
{
border-color: #5BCABB;
}
</style>