#5DA289

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

Shades of Patina #5DA289

Tints of Patina #5DA289

Color information

#5DA289 (or 0x5DA289) is unknown color: approx Patina. HEX triplet: 5D, A2 and 89. RGB value is (93,162,137). Sum of RGB (Red+Green+Blue) = 93+162+137=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA289 is #A25D76. Grayscale: #8A8A8A. Windows color (decimal): -10640759 or 9019997. OLE color: 9019997.

HSL color Cylindrical-coordinate representation of color #5DA289: hue angle of 158.26º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA289 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB93162137-
CMYK0.4300.150.36
HSL158.26º27.06%50%-
HSV(B)158.26º42.59%63.53%-
XYZ21.9529.9728.3-
YUV138.52127.1495.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.72%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=23.72%
G=41.33%
B=34.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621370.4300.150.36158.2627.0650
Hex5DA2892B0F249e1b32
Octal13524221153017442363362
Binary10111011010001010001001101011011111001001001111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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