Shades of Downy #5BF1C1
Tints of Downy #5BF1C1
RGB
CMYK
RGB Variations
Color information
#5BF1C1 (or 0x5BF1C1) is known color: Downy. HEX triplet: 5B, F1 and C1. RGB value is (91,241,193). Sum of RGB (Red+Green+Blue) = 91+241+193=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF1C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF1C1 is #A40E3E. Grayscale: #BEBEBE. Windows color (decimal): -10751551 or 12710235. OLE color: 12710235.
HSL color Cylindrical-coordinate representation of color #5BF1C1: hue angle of 160.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF1C1 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 193 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.05 |
| HSL | 160.8º | 0.84% | 0.65% | - |
| HSV(B) | 160.8º | 0.62% | 0.95% | - |
| XYZ | 45.4 | 68.99 | 61.37 | - |
| YUV | 190.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 193 | 0.62 | 0 | 0.20 | 0.05 | 160.8 | 0.84 | 0.65 |
| Hex | 5B | F1 | C1 | 3E | 0 | 14 | 5 | A1 | 54 | 41 |
| Octal | 133 | 361 | 301 | 76 | 0 | 24 | 5 | 241 | 124 | 101 |
| Binary | 1011011 | 11110001 | 11000001 | 111110 | 0 | 10100 | 101 | 10100001 | 1010100 | 1000001 |
Color Harmonies of #5BF1C1
Complementary color
Monochromatic Colors of #5BF1C1
Black with #5BF1C1
Text Example
Text Example
White with #5BF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF1C1; }
p { color: rgb(91,241,193); }
H1.HeaderClassName
{
color: #5BF1C1;
}
.AnyTagClassName
{
color: #5BF1C1;
}
</style>
background-color css
<style>
a { background-color: #5BF1C1; }
a { background-color: rgb(91,241,193); }
div.DivClassName
{
background-color: #5BF1C1;
}
.BgClassName
{
background-color: #5BF1C1;
}
</style>
border-color css
<style>
span { border-color: #5BF1C1; }
span { border-color: rgb(91,241,193); }
td.TdClassName
{
border-color: #5BF1C1;
}
.TagClassName
{
border-color: #5BF1C1;
}
</style>