Shades of Tradewind #5CACA5
Tints of Tradewind #5CACA5
RGB
CMYK
RGB Variations
Color information
#5CACA5 (or 0x5CACA5) is known color: Tradewind. HEX triplet: 5C, AC and A5. RGB value is (92,172,165). Sum of RGB (Red+Green+Blue) = 92+172+165=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #5CACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CACA5 is #A3535A. Grayscale: #939393. Windows color (decimal): -10703707 or 10857564. OLE color: 10857564.
HSL color Cylindrical-coordinate representation of color #5CACA5: hue angle of 174.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CACA5 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 165 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.33 |
| HSL | 174.75º | 0.33% | 0.52% | - |
| HSV(B) | 174.75º | 0.47% | 0.67% | - |
| XYZ | 25.96 | 34.5 | 40.89 | - |
| YUV | 147.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 165 | 0.47 | 0 | 0.04 | 0.33 | 174.75 | 0.33 | 0.52 |
| Hex | 5C | AC | A5 | 2F | 0 | 4 | 21 | AF | 21 | 34 |
| Octal | 134 | 254 | 245 | 57 | 0 | 4 | 41 | 257 | 41 | 64 |
| Binary | 1011100 | 10101100 | 10100101 | 101111 | 0 | 100 | 100001 | 10101111 | 100001 | 110100 |
Color Harmonies of #5CACA5
Complementary color
Monochromatic Colors of #5CACA5
Black with #5CACA5
Text Example
Text Example
White with #5CACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACA5; }
p { color: rgb(92,172,165); }
H1.HeaderClassName
{
color: #5CACA5;
}
.AnyTagClassName
{
color: #5CACA5;
}
</style>
background-color css
<style>
a { background-color: #5CACA5; }
a { background-color: rgb(92,172,165); }
div.DivClassName
{
background-color: #5CACA5;
}
.BgClassName
{
background-color: #5CACA5;
}
</style>
border-color css
<style>
span { border-color: #5CACA5; }
span { border-color: rgb(92,172,165); }
td.TdClassName
{
border-color: #5CACA5;
}
.TagClassName
{
border-color: #5CACA5;
}
</style>