Html Css Color HEX #59A58A Patina

📋 copy color: '#59A58A'

red 89 ◦ green 165 ◦ blue 138

#59A58A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #59A58A

Tints of Patina #59A58A

RGB

 RED value IS 89 (35.16% from 255) = 22.7%

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 22.7%
G = 42.09%
B = 35.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#59A58A (or 0x59A58A) is known color: Patina. HEX triplet: 59, A5 and 8A. RGB value is (89,165,138). Sum of RGB (Red+Green+Blue) = 89+165+138=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #59A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A58A is #A65A75. Grayscale: #8B8B8B. Windows color (decimal): -10902134 or 9086297. OLE color: 9086297.

HSL color Cylindrical-coordinate representation of color #59A58A: hue angle of 158.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A58A is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 165 138 -
CMYK 0.46 0 0.16 0.35
HSL 158.68º 0.3% 0.5% -
HSV(B) 158.68º 0.46% 0.65% -
XYZ 22.16 30.87 28.84 -
YUV 139.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 89 165 138 0.46 0 0.16 0.35 158.68 0.3 0.5
Hex 59 A5 8A 2E 0 10 23 9F 1E 32
Octal 131 245 212 56 0 20 43 237 36 62
Binary 1011001 10100101 10001010 101110 0 10000 100011 10011111 11110 110010

Color Harmonies of #59A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A58A

Black with #59A58A

Text Example


Text Example

White with #59A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A58A; }

 p { color: rgb(89,165,138); }

 H1.HeaderClassName
 {
   color: #59A58A;
 }
 .AnyTagClassName
 {
   color: #59A58A;
 }
</style>

background-color css

<style>
 a { background-color: #59A58A; }

 a { background-color: rgb(89,165,138); }

 div.DivClassName
 {
   background-color: #59A58A;
 }
 .BgClassName
 {
   background-color: #59A58A;
 }
</style>

border-color css

<style>
 span { border-color: #59A58A; }

 span { border-color: rgb(89,165,138); }

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