Html Css Color HEX #59997F Patina

📋 copy color: '#59997F'

red 89 ◦ green 153 ◦ blue 127

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

Shades of Patina #59997F

Tints of Patina #59997F

RGB

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

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

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

R = 24.12%
G = 41.46%
B = 34.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#59997F (or 0x59997F) is known color: Patina. HEX triplet: 59, 99 and 7F. RGB value is (89,153,127). Sum of RGB (Red+Green+Blue) = 89+153+127=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #59997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59997F is #A66680. Grayscale: #828282. Windows color (decimal): -10905217 or 8362329. OLE color: 8362329.

HSL color Cylindrical-coordinate representation of color #59997F: hue angle of 155.62º 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 #59997F is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 127 -
CMYK 0.42 0 0.17 0.4
HSL 155.63º 0.26% 0.47% -
HSV(B) 155.63º 0.42% 0.6% -
XYZ 19.34 26.44 24.16 -
YUV 130.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 89 153 127 0.42 0 0.17 0.4 155.63 0.26 0.47
Hex 59 99 7F 2A 0 11 28 9C 1A 2F
Octal 131 231 177 52 0 21 50 234 32 57
Binary 1011001 10011001 1111111 101010 0 10001 101000 10011100 11010 101111

Color Harmonies of #59997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59997F

Black with #59997F

Text Example


Text Example

White with #59997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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