Html Css Color HEX #59997E Patina

📋 copy color: '#59997E'

red 89 ◦ green 153 ◦ blue 126

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

Shades of Patina #59997E

Tints of Patina #59997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 24.18%
G = 41.58%
B = 34.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#59997E (or 0x59997E) is known color: Patina. HEX triplet: 59, 99 and 7E. RGB value is (89,153,126). Sum of RGB (Red+Green+Blue) = 89+153+126=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #59997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59997E is #A66681. Grayscale: #828282. Windows color (decimal): -10905218 or 8296793. OLE color: 8296793.

HSL color Cylindrical-coordinate representation of color #59997E: hue angle of 154.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59997E is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 126 -
CMYK 0.42 0 0.18 0.4
HSL 154.69º 0.26% 0.47% -
HSV(B) 154.69º 0.42% 0.6% -
XYZ 19.28 26.41 23.82 -
YUV 130.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 89 153 126 0.42 0 0.18 0.4 154.69 0.26 0.47
Hex 59 99 7E 2A 0 12 28 9B 1A 2F
Octal 131 231 176 52 0 22 50 233 32 57
Binary 1011001 10011001 1111110 101010 0 10010 101000 10011011 11010 101111

Color Harmonies of #59997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59997E

Black with #59997E

Text Example


Text Example

White with #59997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59997E; }

 p { color: rgb(89,153,126); }

 H1.HeaderClassName
 {
   color: #59997E;
 }
 .AnyTagClassName
 {
   color: #59997E;
 }
</style>

background-color css

<style>
 a { background-color: #59997E; }

 a { background-color: rgb(89,153,126); }

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

border-color css

<style>
 span { border-color: #59997E; }

 span { border-color: rgb(89,153,126); }

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