Shades of Tradewind #5BADA7
Tints of Tradewind #5BADA7
RGB
CMYK
RGB Variations
Color information
#5BADA7 (or 0x5BADA7) is known color: Tradewind. HEX triplet: 5B, AD and A7. RGB value is (91,173,167). Sum of RGB (Red+Green+Blue) = 91+173+167=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #5BADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BADA7 is #A45258. Grayscale: #939393. Windows color (decimal): -10768985 or 10988891. OLE color: 10988891.
HSL color Cylindrical-coordinate representation of color #5BADA7: hue angle of 175.61º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BADA7 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 167 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.32 |
| HSL | 175.61º | 0.33% | 0.52% | - |
| HSV(B) | 175.61º | 0.47% | 0.68% | - |
| XYZ | 26.23 | 34.9 | 41.91 | - |
| YUV | 147.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 167 | 0.47 | 0 | 0.03 | 0.32 | 175.61 | 0.33 | 0.52 |
| Hex | 5B | AD | A7 | 2F | 0 | 3 | 20 | B0 | 21 | 34 |
| Octal | 133 | 255 | 247 | 57 | 0 | 3 | 40 | 260 | 41 | 64 |
| Binary | 1011011 | 10101101 | 10100111 | 101111 | 0 | 11 | 100000 | 10110000 | 100001 | 110100 |
Color Harmonies of #5BADA7
Complementary color
Monochromatic Colors of #5BADA7
Black with #5BADA7
Text Example
Text Example
White with #5BADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADA7; }
p { color: rgb(91,173,167); }
H1.HeaderClassName
{
color: #5BADA7;
}
.AnyTagClassName
{
color: #5BADA7;
}
</style>
background-color css
<style>
a { background-color: #5BADA7; }
a { background-color: rgb(91,173,167); }
div.DivClassName
{
background-color: #5BADA7;
}
.BgClassName
{
background-color: #5BADA7;
}
</style>
border-color css
<style>
span { border-color: #5BADA7; }
span { border-color: rgb(91,173,167); }
td.TdClassName
{
border-color: #5BADA7;
}
.TagClassName
{
border-color: #5BADA7;
}
</style>