Html Css Color HEX #56A586 Patina

📋 copy color: '#56A586'

red 86 ◦ green 165 ◦ blue 134

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

Shades of Patina #56A586

Tints of Patina #56A586

RGB

 RED value IS 86 (33.98% from 255) = 22.34%

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

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

R = 22.34%
G = 42.86%
B = 34.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#56A586 (or 0x56A586) is known color: Patina. HEX triplet: 56, A5 and 86. RGB value is (86,165,134). Sum of RGB (Red+Green+Blue) = 86+165+134=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #56A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A586 is #A95A79. Grayscale: #898989. Windows color (decimal): -11098746 or 8824150. OLE color: 8824150.

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

Color convert

RGB 86 165 134 -
CMYK 0.48 0 0.19 0.35
HSL 156.46º 0.31% 0.49% -
HSV(B) 156.46º 0.48% 0.65% -
XYZ 21.6 30.61 27.32 -
YUV 137.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 86 165 134 0.48 0 0.19 0.35 156.46 0.31 0.49
Hex 56 A5 86 30 0 13 23 9C 1F 31
Octal 126 245 206 60 0 23 43 234 37 61
Binary 1010110 10100101 10000110 110000 0 10011 100011 10011100 11111 110001

Color Harmonies of #56A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A586

Black with #56A586

Text Example


Text Example

White with #56A586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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