Shades of Downy #5BCFC1
Tints of Downy #5BCFC1
RGB
CMYK
RGB Variations
Color information
#5BCFC1 (or 0x5BCFC1) is known color: Downy. HEX triplet: 5B, CF and C1. RGB value is (91,207,193). Sum of RGB (Red+Green+Blue) = 91+207+193=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFC1 is #A4303E. Grayscale: #AAAAAA. Windows color (decimal): -10760255 or 12701531. OLE color: 12701531.
HSL color Cylindrical-coordinate representation of color #5BCFC1: hue angle of 172.76º degrees, saturation: 0.55, 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 #5BCFC1 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 193 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.19 |
| HSL | 172.76º | 0.55% | 0.58% | - |
| HSV(B) | 172.76º | 0.56% | 0.81% | - |
| XYZ | 36.25 | 50.7 | 58.33 | - |
| YUV | 170.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 193 | 0.56 | 0 | 0.07 | 0.19 | 172.76 | 0.55 | 0.58 |
| Hex | 5B | CF | C1 | 38 | 0 | 7 | 13 | AD | 37 | 3A |
| Octal | 133 | 317 | 301 | 70 | 0 | 7 | 23 | 255 | 67 | 72 |
| Binary | 1011011 | 11001111 | 11000001 | 111000 | 0 | 111 | 10011 | 10101101 | 110111 | 111010 |
Color Harmonies of #5BCFC1
Complementary color
Monochromatic Colors of #5BCFC1
Black with #5BCFC1
Text Example
Text Example
White with #5BCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFC1; }
p { color: rgb(91,207,193); }
H1.HeaderClassName
{
color: #5BCFC1;
}
.AnyTagClassName
{
color: #5BCFC1;
}
</style>
background-color css
<style>
a { background-color: #5BCFC1; }
a { background-color: rgb(91,207,193); }
div.DivClassName
{
background-color: #5BCFC1;
}
.BgClassName
{
background-color: #5BCFC1;
}
</style>
border-color css
<style>
span { border-color: #5BCFC1; }
span { border-color: rgb(91,207,193); }
td.TdClassName
{
border-color: #5BCFC1;
}
.TagClassName
{
border-color: #5BCFC1;
}
</style>