Shades of Downy #5AC8BD
Tints of Downy #5AC8BD
RGB
CMYK
RGB Variations
Color information
#5AC8BD (or 0x5AC8BD) is known color: Downy. HEX triplet: 5A, C8 and BD. RGB value is (90,200,189). Sum of RGB (Red+Green+Blue) = 90+200+189=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC8BD is #A53742. Grayscale: #A5A5A5. Windows color (decimal): -10827587 or 12437594. OLE color: 12437594.
HSL color Cylindrical-coordinate representation of color #5AC8BD: hue angle of 174º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC8BD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 189 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.22 |
| HSL | 174º | 0.5% | 0.57% | - |
| HSV(B) | 174º | 0.55% | 0.78% | - |
| XYZ | 34.06 | 47.16 | 55.45 | - |
| YUV | 165.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 189 | 0.55 | 0 | 0.06 | 0.22 | 174 | 0.5 | 0.57 |
| Hex | 5A | C8 | BD | 37 | 0 | 6 | 16 | AE | 32 | 39 |
| Octal | 132 | 310 | 275 | 67 | 0 | 6 | 26 | 256 | 62 | 71 |
| Binary | 1011010 | 11001000 | 10111101 | 110111 | 0 | 110 | 10110 | 10101110 | 110010 | 111001 |
Color Harmonies of #5AC8BD
Complementary color
Monochromatic Colors of #5AC8BD
Black with #5AC8BD
Text Example
Text Example
White with #5AC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC8BD; }
p { color: rgb(90,200,189); }
H1.HeaderClassName
{
color: #5AC8BD;
}
.AnyTagClassName
{
color: #5AC8BD;
}
</style>
background-color css
<style>
a { background-color: #5AC8BD; }
a { background-color: rgb(90,200,189); }
div.DivClassName
{
background-color: #5AC8BD;
}
.BgClassName
{
background-color: #5AC8BD;
}
</style>
border-color css
<style>
span { border-color: #5AC8BD; }
span { border-color: rgb(90,200,189); }
td.TdClassName
{
border-color: #5AC8BD;
}
.TagClassName
{
border-color: #5AC8BD;
}
</style>