#5DA689

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

Shades of Patina #5DA689

Tints of Patina #5DA689

Color information

#5DA689 (or 0x5DA689) is unknown color: approx Patina. HEX triplet: 5D, A6 and 89. RGB value is (93,166,137). Sum of RGB (Red+Green+Blue) = 93+166+137=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA689 is #A25976. Grayscale: #8C8C8C. Windows color (decimal): -10639735 or 9021021. OLE color: 9021021.

HSL color Cylindrical-coordinate representation of color #5DA689: hue angle of 156.16º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA689 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB93166137-
CMYK0.4400.170.35
HSL156.16º29.08%50.78%-
HSV(B)156.16º43.98%65.1%-
XYZ22.6731.4128.53-
YUV140.87125.8293.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.48%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=23.48%
G=41.92%
B=34.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931661370.4400.170.35156.1629.0850.78
Hex5DA6892C011239c1d33
Octal13524621154021432343563
Binary101110110100110100010011011000100011000111001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,166,137); }

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

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

 a { background-color: rgb(93,166,137); }

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

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

 span { border-color: rgb(93,166,137); }

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