Shades of Downy #5DCCBE
Tints of Downy #5DCCBE
RGB
CMYK
RGB Variations
Color information
#5DCCBE (or 0x5DCCBE) is known color: Downy. HEX triplet: 5D, CC and BE. RGB value is (93,204,190). Sum of RGB (Red+Green+Blue) = 93+204+190=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCBE is #A23341. Grayscale: #A9A9A9. Windows color (decimal): -10629954 or 12504157. OLE color: 12504157.
HSL color Cylindrical-coordinate representation of color #5DCCBE: hue angle of 172.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCBE is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 190 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.2 |
| HSL | 172.43º | 0.52% | 0.58% | - |
| HSV(B) | 172.43º | 0.54% | 0.8% | - |
| XYZ | 35.4 | 49.23 | 56.35 | - |
| YUV | 169.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 190 | 0.54 | 0 | 0.07 | 0.2 | 172.43 | 0.52 | 0.58 |
| Hex | 5D | CC | BE | 36 | 0 | 7 | 14 | AC | 34 | 3A |
| Octal | 135 | 314 | 276 | 66 | 0 | 7 | 24 | 254 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10111110 | 110110 | 0 | 111 | 10100 | 10101100 | 110100 | 111010 |
Color Harmonies of #5DCCBE
Complementary color
Monochromatic Colors of #5DCCBE
Black with #5DCCBE
Text Example
Text Example
White with #5DCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCBE; }
p { color: rgb(93,204,190); }
H1.HeaderClassName
{
color: #5DCCBE;
}
.AnyTagClassName
{
color: #5DCCBE;
}
</style>
background-color css
<style>
a { background-color: #5DCCBE; }
a { background-color: rgb(93,204,190); }
div.DivClassName
{
background-color: #5DCCBE;
}
.BgClassName
{
background-color: #5DCCBE;
}
</style>
border-color css
<style>
span { border-color: #5DCCBE; }
span { border-color: rgb(93,204,190); }
td.TdClassName
{
border-color: #5DCCBE;
}
.TagClassName
{
border-color: #5DCCBE;
}
</style>