Shades of Downy #5BD3C1
Tints of Downy #5BD3C1
RGB
CMYK
RGB Variations
Color information
#5BD3C1 (or 0x5BD3C1) is known color: Downy. HEX triplet: 5B, D3 and C1. RGB value is (91,211,193). Sum of RGB (Red+Green+Blue) = 91+211+193=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD3C1 is #A42C3E. Grayscale: #ADADAD. Windows color (decimal): -10759231 or 12702555. OLE color: 12702555.
HSL color Cylindrical-coordinate representation of color #5BD3C1: hue angle of 171º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD3C1 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 193 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.17 |
| HSL | 171º | 0.58% | 0.59% | - |
| HSV(B) | 171º | 0.57% | 0.83% | - |
| XYZ | 37.23 | 52.66 | 58.65 | - |
| YUV | 173.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 193 | 0.57 | 0 | 0.09 | 0.17 | 171 | 0.58 | 0.59 |
| Hex | 5B | D3 | C1 | 39 | 0 | 9 | 11 | AB | 3A | 3B |
| Octal | 133 | 323 | 301 | 71 | 0 | 11 | 21 | 253 | 72 | 73 |
| Binary | 1011011 | 11010011 | 11000001 | 111001 | 0 | 1001 | 10001 | 10101011 | 111010 | 111011 |
Color Harmonies of #5BD3C1
Complementary color
Monochromatic Colors of #5BD3C1
Black with #5BD3C1
Text Example
Text Example
White with #5BD3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD3C1; }
p { color: rgb(91,211,193); }
H1.HeaderClassName
{
color: #5BD3C1;
}
.AnyTagClassName
{
color: #5BD3C1;
}
</style>
background-color css
<style>
a { background-color: #5BD3C1; }
a { background-color: rgb(91,211,193); }
div.DivClassName
{
background-color: #5BD3C1;
}
.BgClassName
{
background-color: #5BD3C1;
}
</style>
border-color css
<style>
span { border-color: #5BD3C1; }
span { border-color: rgb(91,211,193); }
td.TdClassName
{
border-color: #5BD3C1;
}
.TagClassName
{
border-color: #5BD3C1;
}
</style>