Shades of Downy #5BCABC
Tints of Downy #5BCABC
RGB
CMYK
RGB Variations
Color information
#5BCABC (or 0x5BCABC) is known color: Downy. HEX triplet: 5B, CA and BC. RGB value is (91,202,188). Sum of RGB (Red+Green+Blue) = 91+202+188=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCABC is #A43543. Grayscale: #A7A7A7. Windows color (decimal): -10761540 or 12372571. OLE color: 12372571.
HSL color Cylindrical-coordinate representation of color #5BCABC: hue angle of 172.43º 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 #5BCABC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 188 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.21 |
| HSL | 172.43º | 0.51% | 0.57% | - |
| HSV(B) | 172.43º | 0.55% | 0.79% | - |
| XYZ | 34.51 | 48.1 | 55.04 | - |
| YUV | 167.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 188 | 0.55 | 0 | 0.07 | 0.21 | 172.43 | 0.51 | 0.57 |
| Hex | 5B | CA | BC | 37 | 0 | 7 | 15 | AC | 33 | 39 |
| Octal | 133 | 312 | 274 | 67 | 0 | 7 | 25 | 254 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10111100 | 110111 | 0 | 111 | 10101 | 10101100 | 110011 | 111001 |
Color Harmonies of #5BCABC
Complementary color
Monochromatic Colors of #5BCABC
Black with #5BCABC
Text Example
Text Example
White with #5BCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCABC; }
p { color: rgb(91,202,188); }
H1.HeaderClassName
{
color: #5BCABC;
}
.AnyTagClassName
{
color: #5BCABC;
}
</style>
background-color css
<style>
a { background-color: #5BCABC; }
a { background-color: rgb(91,202,188); }
div.DivClassName
{
background-color: #5BCABC;
}
.BgClassName
{
background-color: #5BCABC;
}
</style>
border-color css
<style>
span { border-color: #5BCABC; }
span { border-color: rgb(91,202,188); }
td.TdClassName
{
border-color: #5BCABC;
}
.TagClassName
{
border-color: #5BCABC;
}
</style>