#56937E

Color #56937E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #56937E

Tints of Patina #56937E

Color information

#56937E (or 0x56937E) is unknown color: approx Patina. HEX triplet: 56, 93 and 7E. RGB value is (86,147,126). Sum of RGB (Red+Green+Blue) = 86+147+126=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #56937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56937E is #A96C81. Grayscale: #7E7E7E. Windows color (decimal): -11103362 or 8295254. OLE color: 8295254.

HSL color Cylindrical-coordinate representation of color #56937E: hue angle of 159.34º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56937E is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB86147126-
CMYK0.4100.140.42
HSL159.34º26.18%45.69%-
HSV(B)159.34º41.5%57.65%-
XYZ18.0424.3523.49-
YUV126.37127.7999.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=23.96%
G=40.95%
B=35.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471260.4100.140.42159.3426.1845.69
Hex56937E290E2A9f1a2e
Octal12622317651016522373256
Binary1010110100100111111110101001011101010101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56937E; }

 p { color: rgb(86,147,126); }

 H1.HeaderClassName
 {
   color: #56937E;
 }
 .AnyTagClassName
 {
   color: #56937E;
 }
</style>
background-color css

<style>
 a { background-color: #56937E; }

 a { background-color: rgb(86,147,126); }

 div.DivClassName
 {
   background-color: #56937E;
 }
 .BgClassName
 {
   background-color: #56937E;
 }
</style>
border-color css

<style>
 span { border-color: #56937E; }

 span { border-color: rgb(86,147,126); }

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