Shades of Downy #5CDBBE
Tints of Downy #5CDBBE
RGB
CMYK
RGB Variations
Color information
#5CDBBE (or 0x5CDBBE) is known color: Downy. HEX triplet: 5C, DB and BE. RGB value is (92,219,190). Sum of RGB (Red+Green+Blue) = 92+219+190=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDBBE is #A32441. Grayscale: #B1B1B1. Windows color (decimal): -10691650 or 12507996. OLE color: 12507996.
HSL color Cylindrical-coordinate representation of color #5CDBBE: hue angle of 166.3º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBBE is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 190 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.14 |
| HSL | 166.3º | 0.64% | 0.61% | - |
| HSV(B) | 166.3º | 0.58% | 0.86% | - |
| XYZ | 39.04 | 56.66 | 57.59 | - |
| YUV | 177.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 190 | 0.58 | 0 | 0.13 | 0.14 | 166.3 | 0.64 | 0.61 |
| Hex | 5C | DB | BE | 3A | 0 | D | E | A6 | 40 | 3D |
| Octal | 134 | 333 | 276 | 72 | 0 | 15 | 16 | 246 | 100 | 75 |
| Binary | 1011100 | 11011011 | 10111110 | 111010 | 0 | 1101 | 1110 | 10100110 | 1000000 | 111101 |
Color Harmonies of #5CDBBE
Complementary color
Monochromatic Colors of #5CDBBE
Black with #5CDBBE
Text Example
Text Example
White with #5CDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBBE; }
p { color: rgb(92,219,190); }
H1.HeaderClassName
{
color: #5CDBBE;
}
.AnyTagClassName
{
color: #5CDBBE;
}
</style>
background-color css
<style>
a { background-color: #5CDBBE; }
a { background-color: rgb(92,219,190); }
div.DivClassName
{
background-color: #5CDBBE;
}
.BgClassName
{
background-color: #5CDBBE;
}
</style>
border-color css
<style>
span { border-color: #5CDBBE; }
span { border-color: rgb(92,219,190); }
td.TdClassName
{
border-color: #5CDBBE;
}
.TagClassName
{
border-color: #5CDBBE;
}
</style>