Html Css Color HEX #57A586 Patina

📋 copy color: '#57A586'

red 87 ◦ green 165 ◦ blue 134

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

Shades of Patina #57A586

Tints of Patina #57A586

RGB

 RED value IS 87 (34.38% from 255) = 22.54%

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 22.54%
G = 42.75%
B = 34.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#57A586 (or 0x57A586) is known color: Patina. HEX triplet: 57, A5 and 86. RGB value is (87,165,134). Sum of RGB (Red+Green+Blue) = 87+165+134=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #57A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A586 is #A85A79. Grayscale: #8A8A8A. Windows color (decimal): -11033210 or 8824151. OLE color: 8824151.

HSL color Cylindrical-coordinate representation of color #57A586: hue angle of 156.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A586 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 165 134 -
CMYK 0.47 0 0.19 0.35
HSL 156.15º 0.31% 0.49% -
HSV(B) 156.15º 0.47% 0.65% -
XYZ 21.69 30.66 27.33 -
YUV 138.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 87 165 134 0.47 0 0.19 0.35 156.15 0.31 0.49
Hex 57 A5 86 2F 0 13 23 9C 1F 31
Octal 127 245 206 57 0 23 43 234 37 61
Binary 1010111 10100101 10000110 101111 0 10011 100011 10011100 11111 110001

Color Harmonies of #57A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A586

Black with #57A586

Text Example


Text Example

White with #57A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A586; }

 p { color: rgb(87,165,134); }

 H1.HeaderClassName
 {
   color: #57A586;
 }
 .AnyTagClassName
 {
   color: #57A586;
 }
</style>

background-color css

<style>
 a { background-color: #57A586; }

 a { background-color: rgb(87,165,134); }

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

border-color css

<style>
 span { border-color: #57A586; }

 span { border-color: rgb(87,165,134); }

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