Shades of Downy #5BC9BE
Tints of Downy #5BC9BE
RGB
CMYK
RGB Variations
Color information
#5BC9BE (or 0x5BC9BE) is known color: Downy. HEX triplet: 5B, C9 and BE. RGB value is (91,201,190). Sum of RGB (Red+Green+Blue) = 91+201+190=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9BE is #A43641. Grayscale: #A6A6A6. Windows color (decimal): -10761794 or 12503387. OLE color: 12503387.
HSL color Cylindrical-coordinate representation of color #5BC9BE: hue angle of 174º degrees, saturation: 0.5, 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 #5BC9BE is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 190 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.21 |
| HSL | 174º | 0.5% | 0.57% | - |
| HSV(B) | 174º | 0.55% | 0.79% | - |
| XYZ | 34.5 | 47.72 | 56.11 | - |
| YUV | 166.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 190 | 0.55 | 0 | 0.05 | 0.21 | 174 | 0.5 | 0.57 |
| Hex | 5B | C9 | BE | 37 | 0 | 5 | 15 | AE | 32 | 39 |
| Octal | 133 | 311 | 276 | 67 | 0 | 5 | 25 | 256 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10111110 | 110111 | 0 | 101 | 10101 | 10101110 | 110010 | 111001 |
Color Harmonies of #5BC9BE
Complementary color
Monochromatic Colors of #5BC9BE
Black with #5BC9BE
Text Example
Text Example
White with #5BC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9BE; }
p { color: rgb(91,201,190); }
H1.HeaderClassName
{
color: #5BC9BE;
}
.AnyTagClassName
{
color: #5BC9BE;
}
</style>
background-color css
<style>
a { background-color: #5BC9BE; }
a { background-color: rgb(91,201,190); }
div.DivClassName
{
background-color: #5BC9BE;
}
.BgClassName
{
background-color: #5BC9BE;
}
</style>
border-color css
<style>
span { border-color: #5BC9BE; }
span { border-color: rgb(91,201,190); }
td.TdClassName
{
border-color: #5BC9BE;
}
.TagClassName
{
border-color: #5BC9BE;
}
</style>