Html Css Color HEX #59887F Patina

📋 copy color: '#59887F'

red 89 ◦ green 136 ◦ blue 127

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

Shades of Patina #59887F

Tints of Patina #59887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 25.28%
G = 38.64%
B = 36.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#59887F (or 0x59887F) is known color: Patina. HEX triplet: 59, 88 and 7F. RGB value is (89,136,127). Sum of RGB (Red+Green+Blue) = 89+136+127=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #59887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59887F is #A67780. Grayscale: #787878. Windows color (decimal): -10909569 or 8357977. OLE color: 8357977.

HSL color Cylindrical-coordinate representation of color #59887F: hue angle of 168.51º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59887F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 136 127 -
CMYK 0.35 0 0.07 0.47
HSL 168.51º 0.21% 0.44% -
HSV(B) 168.51º 0.35% 0.53% -
XYZ 16.75 21.26 23.3 -
YUV 120.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 89 136 127 0.35 0 0.07 0.47 168.51 0.21 0.44
Hex 59 88 7F 23 0 7 2F A9 15 2C
Octal 131 210 177 43 0 7 57 251 25 54
Binary 1011001 10001000 1111111 100011 0 111 101111 10101001 10101 101100

Color Harmonies of #59887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59887F

Black with #59887F

Text Example


Text Example

White with #59887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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