Shades of Downy #5ADBBE
Tints of Downy #5ADBBE
RGB
CMYK
RGB Variations
Color information
#5ADBBE (or 0x5ADBBE) is known color: Downy. HEX triplet: 5A, DB and BE. RGB value is (90,219,190). Sum of RGB (Red+Green+Blue) = 90+219+190=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBBE is #A52441. Grayscale: #B1B1B1. Windows color (decimal): -10822722 or 12507994. OLE color: 12507994.
HSL color Cylindrical-coordinate representation of color #5ADBBE: hue angle of 166.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBBE is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 190 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.14 |
| HSL | 166.51º | 0.64% | 0.61% | - |
| HSV(B) | 166.51º | 0.59% | 0.86% | - |
| XYZ | 38.84 | 56.55 | 57.58 | - |
| YUV | 177.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 190 | 0.59 | 0 | 0.13 | 0.14 | 166.51 | 0.64 | 0.61 |
| Hex | 5A | DB | BE | 3B | 0 | D | E | A7 | 40 | 3D |
| Octal | 132 | 333 | 276 | 73 | 0 | 15 | 16 | 247 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10111110 | 111011 | 0 | 1101 | 1110 | 10100111 | 1000000 | 111101 |
Color Harmonies of #5ADBBE
Complementary color
Monochromatic Colors of #5ADBBE
Black with #5ADBBE
Text Example
Text Example
White with #5ADBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBBE; }
p { color: rgb(90,219,190); }
H1.HeaderClassName
{
color: #5ADBBE;
}
.AnyTagClassName
{
color: #5ADBBE;
}
</style>
background-color css
<style>
a { background-color: #5ADBBE; }
a { background-color: rgb(90,219,190); }
div.DivClassName
{
background-color: #5ADBBE;
}
.BgClassName
{
background-color: #5ADBBE;
}
</style>
border-color css
<style>
span { border-color: #5ADBBE; }
span { border-color: rgb(90,219,190); }
td.TdClassName
{
border-color: #5ADBBE;
}
.TagClassName
{
border-color: #5ADBBE;
}
</style>