Shades of Downy #5BCCC0
Tints of Downy #5BCCC0
RGB
CMYK
RGB Variations
Color information
#5BCCC0 (or 0x5BCCC0) is known color: Downy. HEX triplet: 5B, CC and C0. RGB value is (91,204,192). Sum of RGB (Red+Green+Blue) = 91+204+192=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCC0 is #A4333F. Grayscale: #A8A8A8. Windows color (decimal): -10761024 or 12635227. OLE color: 12635227.
HSL color Cylindrical-coordinate representation of color #5BCCC0: hue angle of 173.63º 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 #5BCCC0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 192 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.2 |
| HSL | 173.63º | 0.53% | 0.58% | - |
| HSV(B) | 173.63º | 0.55% | 0.8% | - |
| XYZ | 35.42 | 49.22 | 57.5 | - |
| YUV | 168.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 192 | 0.55 | 0 | 0.06 | 0.2 | 173.63 | 0.53 | 0.58 |
| Hex | 5B | CC | C0 | 37 | 0 | 6 | 14 | AE | 35 | 3A |
| Octal | 133 | 314 | 300 | 67 | 0 | 6 | 24 | 256 | 65 | 72 |
| Binary | 1011011 | 11001100 | 11000000 | 110111 | 0 | 110 | 10100 | 10101110 | 110101 | 111010 |
Color Harmonies of #5BCCC0
Complementary color
Monochromatic Colors of #5BCCC0
Black with #5BCCC0
Text Example
Text Example
White with #5BCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCC0; }
p { color: rgb(91,204,192); }
H1.HeaderClassName
{
color: #5BCCC0;
}
.AnyTagClassName
{
color: #5BCCC0;
}
</style>
background-color css
<style>
a { background-color: #5BCCC0; }
a { background-color: rgb(91,204,192); }
div.DivClassName
{
background-color: #5BCCC0;
}
.BgClassName
{
background-color: #5BCCC0;
}
</style>
border-color css
<style>
span { border-color: #5BCCC0; }
span { border-color: rgb(91,204,192); }
td.TdClassName
{
border-color: #5BCCC0;
}
.TagClassName
{
border-color: #5BCCC0;
}
</style>