Shades of Tradewind #5DACA5
Tints of Tradewind #5DACA5
RGB
CMYK
RGB Variations
Color information
#5DACA5 (or 0x5DACA5) is known color: Tradewind. HEX triplet: 5D, AC and A5. RGB value is (93,172,165). Sum of RGB (Red+Green+Blue) = 93+172+165=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #5DACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DACA5 is #A2535A. Grayscale: #939393. Windows color (decimal): -10638171 or 10857565. OLE color: 10857565.
HSL color Cylindrical-coordinate representation of color #5DACA5: hue angle of 174.68º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DACA5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 165 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.33 |
| HSL | 174.68º | 0.32% | 0.52% | - |
| HSV(B) | 174.68º | 0.46% | 0.67% | - |
| XYZ | 26.06 | 34.55 | 40.89 | - |
| YUV | 147.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 165 | 0.46 | 0 | 0.04 | 0.33 | 174.68 | 0.32 | 0.52 |
| Hex | 5D | AC | A5 | 2E | 0 | 4 | 21 | AF | 20 | 34 |
| Octal | 135 | 254 | 245 | 56 | 0 | 4 | 41 | 257 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10100101 | 101110 | 0 | 100 | 100001 | 10101111 | 100000 | 110100 |
Color Harmonies of #5DACA5
Complementary color
Monochromatic Colors of #5DACA5
Black with #5DACA5
Text Example
Text Example
White with #5DACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACA5; }
p { color: rgb(93,172,165); }
H1.HeaderClassName
{
color: #5DACA5;
}
.AnyTagClassName
{
color: #5DACA5;
}
</style>
background-color css
<style>
a { background-color: #5DACA5; }
a { background-color: rgb(93,172,165); }
div.DivClassName
{
background-color: #5DACA5;
}
.BgClassName
{
background-color: #5DACA5;
}
</style>
border-color css
<style>
span { border-color: #5DACA5; }
span { border-color: rgb(93,172,165); }
td.TdClassName
{
border-color: #5DACA5;
}
.TagClassName
{
border-color: #5DACA5;
}
</style>