Html Css Color HEX #59877D Patina

📋 copy color: '#59877D'

red 89 ◦ green 135 ◦ blue 125

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

Shades of Patina #59877D

Tints of Patina #59877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 25.5%
G = 38.68%
B = 35.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#59877D (or 0x59877D) is known color: Patina. HEX triplet: 59, 87 and 7D. RGB value is (89,135,125). Sum of RGB (Red+Green+Blue) = 89+135+125=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #59877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59877D is #A67882. Grayscale: #787878. Windows color (decimal): -10909827 or 8226649. OLE color: 8226649.

HSL color Cylindrical-coordinate representation of color #59877D: hue angle of 166.96º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59877D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 135 125 -
CMYK 0.34 0 0.07 0.47
HSL 166.96º 0.21% 0.44% -
HSV(B) 166.96º 0.34% 0.53% -
XYZ 16.49 20.93 22.57 -
YUV 120.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 89 135 125 0.34 0 0.07 0.47 166.96 0.21 0.44
Hex 59 87 7D 22 0 7 2F A7 15 2C
Octal 131 207 175 42 0 7 57 247 25 54
Binary 1011001 10000111 1111101 100010 0 111 101111 10100111 10101 101100

Color Harmonies of #59877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59877D

Black with #59877D

Text Example


Text Example

White with #59877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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