Html Css Color HEX #59987F Patina

📋 copy color: '#59987F'

red 89 ◦ green 152 ◦ blue 127

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

Shades of Patina #59987F

Tints of Patina #59987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

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

R = 24.18%
G = 41.3%
B = 34.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#59987F (or 0x59987F) is known color: Patina. HEX triplet: 59, 98 and 7F. RGB value is (89,152,127). Sum of RGB (Red+Green+Blue) = 89+152+127=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #59987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987F is #A66780. Grayscale: #828282. Windows color (decimal): -10905473 or 8362073. OLE color: 8362073.

HSL color Cylindrical-coordinate representation of color #59987F: hue angle of 156.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59987F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 127 -
CMYK 0.41 0 0.16 0.40
HSL 156.19º 0.26% 0.47% -
HSV(B) 156.19º 0.41% 0.6% -
XYZ 19.18 26.11 24.11 -
YUV 130.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 89 152 127 0.41 0 0.16 0.40 156.19 0.26 0.47
Hex 59 98 7F 29 0 10 28 9C 1A 2F
Octal 131 230 177 51 0 20 50 234 32 57
Binary 1011001 10011000 1111111 101001 0 10000 101000 10011100 11010 101111

Color Harmonies of #59987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59987F

Black with #59987F

Text Example


Text Example

White with #59987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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