#5DADA5

Color #5DADA5 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #5DADA5

Tints of Tradewind #5DADA5

Color information

#5DADA5 (or 0x5DADA5) is unknown color: approx Tradewind. HEX triplet: 5D, AD and A5. RGB value is (93,173,165). Sum of RGB (Red+Green+Blue) = 93+173+165=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #5DADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DADA5 is #A2525A. Grayscale: #949494. Windows color (decimal): -10637915 or 10857821. OLE color: 10857821.

HSL color Cylindrical-coordinate representation of color #5DADA5: hue angle of 174º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DADA5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB93173165-
CMYK0.4600.050.32
HSL174º32.79%52.16%-
HSV(B)174º46.24%67.84%-
XYZ26.2534.9340.96-
YUV148.17137.588.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=21.58%
G=40.14%
B=38.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931731650.4600.050.3217432.7952.16
Hex5DADA52E0520ae2134
Octal1352552455605402564164
Binary10111011010110110100101101110010110000010101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DADA5; }

 p { color: rgb(93,173,165); }

 H1.HeaderClassName
 {
   color: #5DADA5;
 }
 .AnyTagClassName
 {
   color: #5DADA5;
 }
</style>
background-color css

<style>
 a { background-color: #5DADA5; }

 a { background-color: rgb(93,173,165); }

 div.DivClassName
 {
   background-color: #5DADA5;
 }
 .BgClassName
 {
   background-color: #5DADA5;
 }
</style>
border-color css

<style>
 span { border-color: #5DADA5; }

 span { border-color: rgb(93,173,165); }

 td.TdClassName
 {
   border-color: #5DADA5;
 }
 .TagClassName
 {
   border-color: #5DADA5;
 }
</style>