Html Css Color HEX #59967D Patina

📋 copy color: '#59967D'

red 89 ◦ green 150 ◦ blue 125

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

Shades of Patina #59967D

Tints of Patina #59967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

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

R = 24.45%
G = 41.21%
B = 34.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#59967D (or 0x59967D) is known color: Patina. HEX triplet: 59, 96 and 7D. RGB value is (89,150,125). Sum of RGB (Red+Green+Blue) = 89+150+125=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #59967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967D is #A66982. Grayscale: #808080. Windows color (decimal): -10905987 or 8230489. OLE color: 8230489.

HSL color Cylindrical-coordinate representation of color #59967D: hue angle of 155.41º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59967D is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 125 -
CMYK 0.41 0 0.17 0.41
HSL 155.41º 0.26% 0.47% -
HSV(B) 155.41º 0.41% 0.59% -
XYZ 18.73 25.42 23.32 -
YUV 128.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 89 150 125 0.41 0 0.17 0.41 155.41 0.26 0.47
Hex 59 96 7D 29 0 11 29 9B 1A 2F
Octal 131 226 175 51 0 21 51 233 32 57
Binary 1011001 10010110 1111101 101001 0 10001 101001 10011011 11010 101111

Color Harmonies of #59967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59967D

Black with #59967D

Text Example


Text Example

White with #59967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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