Html Css Color HEX #59917F Patina

📋 copy color: '#59917F'

red 89 ◦ green 145 ◦ blue 127

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

Shades of Patina #59917F

Tints of Patina #59917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 24.65%
G = 40.17%
B = 35.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#59917F (or 0x59917F) is known color: Patina. HEX triplet: 59, 91 and 7F. RGB value is (89,145,127). Sum of RGB (Red+Green+Blue) = 89+145+127=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #59917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59917F is #A66E80. Grayscale: #7E7E7E. Windows color (decimal): -10907265 or 8360281. OLE color: 8360281.

HSL color Cylindrical-coordinate representation of color #59917F: hue angle of 160.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59917F is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 127 -
CMYK 0.39 0 0.12 0.43
HSL 160.71º 0.24% 0.46% -
HSV(B) 160.71º 0.39% 0.57% -
XYZ 18.08 23.91 23.74 -
YUV 126.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 89 145 127 0.39 0 0.12 0.43 160.71 0.24 0.46
Hex 59 91 7F 27 0 C 2B A1 18 2E
Octal 131 221 177 47 0 14 53 241 30 56
Binary 1011001 10010001 1111111 100111 0 1100 101011 10100001 11000 101110

Color Harmonies of #59917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59917F

Black with #59917F

Text Example


Text Example

White with #59917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59917F; }

 p { color: rgb(89,145,127); }

 H1.HeaderClassName
 {
   color: #59917F;
 }
 .AnyTagClassName
 {
   color: #59917F;
 }
</style>

background-color css

<style>
 a { background-color: #59917F; }

 a { background-color: rgb(89,145,127); }

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

border-color css

<style>
 span { border-color: #59917F; }

 span { border-color: rgb(89,145,127); }

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