Html Css Color HEX #59907C Patina

📋 copy color: '#59907C'

red 89 ◦ green 144 ◦ blue 124

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

Shades of Patina #59907C

Tints of Patina #59907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

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

R = 24.93%
G = 40.34%
B = 34.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#59907C (or 0x59907C) is known color: Patina. HEX triplet: 59, 90 and 7C. RGB value is (89,144,124). Sum of RGB (Red+Green+Blue) = 89+144+124=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #59907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59907C is #A66F83. Grayscale: #7D7D7D. Windows color (decimal): -10907524 or 8163417. OLE color: 8163417.

HSL color Cylindrical-coordinate representation of color #59907C: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59907C is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 124 -
CMYK 0.38 0 0.14 0.44
HSL 158.18º 0.24% 0.46% -
HSV(B) 158.18º 0.38% 0.56% -
XYZ 17.73 23.53 22.68 -
YUV 125.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 89 144 124 0.38 0 0.14 0.44 158.18 0.24 0.46
Hex 59 90 7C 26 0 E 2C 9E 18 2E
Octal 131 220 174 46 0 16 54 236 30 56
Binary 1011001 10010000 1111100 100110 0 1110 101100 10011110 11000 101110

Color Harmonies of #59907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59907C

Black with #59907C

Text Example


Text Example

White with #59907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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