Shades of Downy #5BCFC2
Tints of Downy #5BCFC2
RGB
CMYK
RGB Variations
Color information
#5BCFC2 (or 0x5BCFC2) is known color: Downy. HEX triplet: 5B, CF and C2. RGB value is (91,207,194). Sum of RGB (Red+Green+Blue) = 91+207+194=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFC2 is #A4303D. Grayscale: #AAAAAA. Windows color (decimal): -10760254 or 12767067. OLE color: 12767067.
HSL color Cylindrical-coordinate representation of color #5BCFC2: hue angle of 173.28º 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 #5BCFC2 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 194 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.19 |
| HSL | 173.28º | 0.55% | 0.58% | - |
| HSV(B) | 173.28º | 0.56% | 0.81% | - |
| XYZ | 36.36 | 50.74 | 58.92 | - |
| YUV | 170.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 194 | 0.56 | 0 | 0.06 | 0.19 | 173.28 | 0.55 | 0.58 |
| Hex | 5B | CF | C2 | 38 | 0 | 6 | 13 | AD | 37 | 3A |
| Octal | 133 | 317 | 302 | 70 | 0 | 6 | 23 | 255 | 67 | 72 |
| Binary | 1011011 | 11001111 | 11000010 | 111000 | 0 | 110 | 10011 | 10101101 | 110111 | 111010 |
Color Harmonies of #5BCFC2
Complementary color
Monochromatic Colors of #5BCFC2
Black with #5BCFC2
Text Example
Text Example
White with #5BCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFC2; }
p { color: rgb(91,207,194); }
H1.HeaderClassName
{
color: #5BCFC2;
}
.AnyTagClassName
{
color: #5BCFC2;
}
</style>
background-color css
<style>
a { background-color: #5BCFC2; }
a { background-color: rgb(91,207,194); }
div.DivClassName
{
background-color: #5BCFC2;
}
.BgClassName
{
background-color: #5BCFC2;
}
</style>
border-color css
<style>
span { border-color: #5BCFC2; }
span { border-color: rgb(91,207,194); }
td.TdClassName
{
border-color: #5BCFC2;
}
.TagClassName
{
border-color: #5BCFC2;
}
</style>