#5DACA5

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

Shades of Tradewind #5DACA5

Tints of Tradewind #5DACA5

Color information

#5DACA5 (or 0x5DACA5) is unknown color: approx 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

RGB93172165-
CMYK0.4600.040.33
HSL174.68º32.24%51.96%-
HSV(B)174.68º45.93%67.45%-
XYZ26.0634.5540.89-
YUV147.58137.8389.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.63%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=21.63%
G=40%
B=38.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931721650.4600.040.33174.6832.2451.96
Hex5DACA52E0421af2034
Octal1352542455604412574064
Binary10111011010110010100101101110010010000110101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>