Html Css Color HEX #59907E Patina

📋 copy color: '#59907E'

red 89 ◦ green 144 ◦ blue 126

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

Shades of Patina #59907E

Tints of Patina #59907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 24.79%
G = 40.11%
B = 35.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#59907E (or 0x59907E) is known color: Patina. HEX triplet: 59, 90 and 7E. RGB value is (89,144,126). Sum of RGB (Red+Green+Blue) = 89+144+126=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #59907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59907E is #A66F81. Grayscale: #7D7D7D. Windows color (decimal): -10907522 or 8294489. OLE color: 8294489.

HSL color Cylindrical-coordinate representation of color #59907E: hue angle of 160.36º 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 #59907E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 126 -
CMYK 0.38 0 0.12 0.44
HSL 160.36º 0.24% 0.46% -
HSV(B) 160.36º 0.38% 0.56% -
XYZ 17.86 23.58 23.35 -
YUV 125.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 89 144 126 0.38 0 0.12 0.44 160.36 0.24 0.46
Hex 59 90 7E 26 0 C 2C A0 18 2E
Octal 131 220 176 46 0 14 54 240 30 56
Binary 1011001 10010000 1111110 100110 0 1100 101100 10100000 11000 101110

Color Harmonies of #59907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59907E

Black with #59907E

Text Example


Text Example

White with #59907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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