Html Css Color HEX #59937D Patina

📋 copy color: '#59937D'

red 89 ◦ green 147 ◦ blue 125

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

Shades of Patina #59937D

Tints of Patina #59937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 24.65%
G = 40.72%
B = 34.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#59937D (or 0x59937D) is known color: Patina. HEX triplet: 59, 93 and 7D. RGB value is (89,147,125). Sum of RGB (Red+Green+Blue) = 89+147+125=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #59937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59937D is #A66C82. Grayscale: #7F7F7F. Windows color (decimal): -10906755 or 8229721. OLE color: 8229721.

HSL color Cylindrical-coordinate representation of color #59937D: hue angle of 157.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59937D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 147 125 -
CMYK 0.39 0 0.15 0.42
HSL 157.24º 0.25% 0.46% -
HSV(B) 157.24º 0.39% 0.58% -
XYZ 18.26 24.47 23.16 -
YUV 127.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 89 147 125 0.39 0 0.15 0.42 157.24 0.25 0.46
Hex 59 93 7D 27 0 F 2A 9D 19 2E
Octal 131 223 175 47 0 17 52 235 31 56
Binary 1011001 10010011 1111101 100111 0 1111 101010 10011101 11001 101110

Color Harmonies of #59937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59937D

Black with #59937D

Text Example


Text Example

White with #59937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59937D; }

 p { color: rgb(89,147,125); }

 H1.HeaderClassName
 {
   color: #59937D;
 }
 .AnyTagClassName
 {
   color: #59937D;
 }
</style>

background-color css

<style>
 a { background-color: #59937D; }

 a { background-color: rgb(89,147,125); }

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

border-color css

<style>
 span { border-color: #59937D; }

 span { border-color: rgb(89,147,125); }

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