Shades of Downy #5BCCB8
Tints of Downy #5BCCB8
RGB
CMYK
RGB Variations
Color information
#5BCCB8 (or 0x5BCCB8) is known color: Downy. HEX triplet: 5B, CC and B8. RGB value is (91,204,184). Sum of RGB (Red+Green+Blue) = 91+204+184=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCB8 is #A43347. Grayscale: #A7A7A7. Windows color (decimal): -10761032 or 12110939. OLE color: 12110939.
HSL color Cylindrical-coordinate representation of color #5BCCB8: hue angle of 169.38º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCB8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 184 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.2 |
| HSL | 169.38º | 0.53% | 0.58% | - |
| HSV(B) | 169.38º | 0.55% | 0.8% | - |
| XYZ | 34.56 | 48.87 | 52.96 | - |
| YUV | 167.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 184 | 0.55 | 0 | 0.10 | 0.2 | 169.38 | 0.53 | 0.58 |
| Hex | 5B | CC | B8 | 37 | 0 | A | 14 | A9 | 35 | 3A |
| Octal | 133 | 314 | 270 | 67 | 0 | 12 | 24 | 251 | 65 | 72 |
| Binary | 1011011 | 11001100 | 10111000 | 110111 | 0 | 1010 | 10100 | 10101001 | 110101 | 111010 |
Color Harmonies of #5BCCB8
Complementary color
Monochromatic Colors of #5BCCB8
Black with #5BCCB8
Text Example
Text Example
White with #5BCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCB8; }
p { color: rgb(91,204,184); }
H1.HeaderClassName
{
color: #5BCCB8;
}
.AnyTagClassName
{
color: #5BCCB8;
}
</style>
background-color css
<style>
a { background-color: #5BCCB8; }
a { background-color: rgb(91,204,184); }
div.DivClassName
{
background-color: #5BCCB8;
}
.BgClassName
{
background-color: #5BCCB8;
}
</style>
border-color css
<style>
span { border-color: #5BCCB8; }
span { border-color: rgb(91,204,184); }
td.TdClassName
{
border-color: #5BCCB8;
}
.TagClassName
{
border-color: #5BCCB8;
}
</style>