Shades of Downy #5CCDBB
Tints of Downy #5CCDBB
RGB
CMYK
RGB Variations
Color information
#5CCDBB (or 0x5CCDBB) is known color: Downy. HEX triplet: 5C, CD and BB. RGB value is (92,205,187). Sum of RGB (Red+Green+Blue) = 92+205+187=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDBB is #A33244. Grayscale: #A9A9A9. Windows color (decimal): -10695237 or 12307804. OLE color: 12307804.
HSL color Cylindrical-coordinate representation of color #5CCDBB: hue angle of 170.44º 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 #5CCDBB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 187 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.20 |
| HSL | 170.44º | 0.53% | 0.58% | - |
| HSV(B) | 170.44º | 0.55% | 0.8% | - |
| XYZ | 35.21 | 49.53 | 54.72 | - |
| YUV | 169.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 187 | 0.55 | 0 | 0.09 | 0.20 | 170.44 | 0.53 | 0.58 |
| Hex | 5C | CD | BB | 37 | 0 | 9 | 14 | AA | 35 | 3A |
| Octal | 134 | 315 | 273 | 67 | 0 | 11 | 24 | 252 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10111011 | 110111 | 0 | 1001 | 10100 | 10101010 | 110101 | 111010 |
Color Harmonies of #5CCDBB
Complementary color
Monochromatic Colors of #5CCDBB
Black with #5CCDBB
Text Example
Text Example
White with #5CCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDBB; }
p { color: rgb(92,205,187); }
H1.HeaderClassName
{
color: #5CCDBB;
}
.AnyTagClassName
{
color: #5CCDBB;
}
</style>
background-color css
<style>
a { background-color: #5CCDBB; }
a { background-color: rgb(92,205,187); }
div.DivClassName
{
background-color: #5CCDBB;
}
.BgClassName
{
background-color: #5CCDBB;
}
</style>
border-color css
<style>
span { border-color: #5CCDBB; }
span { border-color: rgb(92,205,187); }
td.TdClassName
{
border-color: #5CCDBB;
}
.TagClassName
{
border-color: #5CCDBB;
}
</style>