Html Css Color HEX #59957F Patina

📋 copy color: '#59957F'

red 89 ◦ green 149 ◦ blue 127

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

Shades of Patina #59957F

Tints of Patina #59957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 24.38%
G = 40.82%
B = 34.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#59957F (or 0x59957F) is known color: Patina. HEX triplet: 59, 95 and 7F. RGB value is (89,149,127). Sum of RGB (Red+Green+Blue) = 89+149+127=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #59957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59957F is #A66A80. Grayscale: #808080. Windows color (decimal): -10906241 or 8361305. OLE color: 8361305.

HSL color Cylindrical-coordinate representation of color #59957F: hue angle of 158º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59957F is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 127 -
CMYK 0.40 0 0.15 0.42
HSL 158º 0.25% 0.47% -
HSV(B) 158º 0.4% 0.58% -
XYZ 18.7 25.15 23.95 -
YUV 128.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 89 149 127 0.40 0 0.15 0.42 158 0.25 0.47
Hex 59 95 7F 28 0 F 2A 9E 19 2F
Octal 131 225 177 50 0 17 52 236 31 57
Binary 1011001 10010101 1111111 101000 0 1111 101010 10011110 11001 101111

Color Harmonies of #59957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59957F

Black with #59957F

Text Example


Text Example

White with #59957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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