Html Css Color HEX #56A787 Patina

📋 copy color: '#56A787'

red 86 ◦ green 167 ◦ blue 135

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

Shades of Patina #56A787

Tints of Patina #56A787

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 22.16%
G = 43.04%
B = 34.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#56A787 (or 0x56A787) is known color: Patina. HEX triplet: 56, A7 and 87. RGB value is (86,167,135). Sum of RGB (Red+Green+Blue) = 86+167+135=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #56A787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A787 is #A95878. Grayscale: #8B8B8B. Windows color (decimal): -11098233 or 8890198. OLE color: 8890198.

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

Color convert

RGB 86 167 135 -
CMYK 0.49 0 0.19 0.35
HSL 156.3º 0.32% 0.5% -
HSV(B) 156.3º 0.49% 0.65% -
XYZ 22.03 31.37 27.81 -
YUV 139.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 86 167 135 0.49 0 0.19 0.35 156.3 0.32 0.5
Hex 56 A7 87 31 0 13 23 9C 20 32
Octal 126 247 207 61 0 23 43 234 40 62
Binary 1010110 10100111 10000111 110001 0 10011 100011 10011100 100000 110010

Color Harmonies of #56A787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A787

Black with #56A787

Text Example


Text Example

White with #56A787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,167,135); }

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

background-color css

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

 a { background-color: rgb(86,167,135); }

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

border-color css

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

 span { border-color: rgb(86,167,135); }

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