Html Css Color HEX #59997C Patina

📋 copy color: '#59997C'

red 89 ◦ green 153 ◦ blue 124

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

Shades of Patina #59997C

Tints of Patina #59997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 24.32%
G = 41.8%
B = 33.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#59997C (or 0x59997C) is known color: Patina. HEX triplet: 59, 99 and 7C. RGB value is (89,153,124). Sum of RGB (Red+Green+Blue) = 89+153+124=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #59997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59997C is #A66683. Grayscale: #828282. Windows color (decimal): -10905220 or 8165721. OLE color: 8165721.

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

Color convert

RGB 89 153 124 -
CMYK 0.42 0 0.19 0.4
HSL 152.81º 0.26% 0.47% -
HSV(B) 152.81º 0.42% 0.6% -
XYZ 19.15 26.36 23.15 -
YUV 130.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 89 153 124 0.42 0 0.19 0.4 152.81 0.26 0.47
Hex 59 99 7C 2A 0 13 28 99 1A 2F
Octal 131 231 174 52 0 23 50 231 32 57
Binary 1011001 10011001 1111100 101010 0 10011 101000 10011001 11010 101111

Color Harmonies of #59997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59997C

Black with #59997C

Text Example


Text Example

White with #59997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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