#56957E

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

Shades of Patina #56957E

Tints of Patina #56957E

Color information

#56957E (or 0x56957E) is unknown color: approx Patina. HEX triplet: 56, 95 and 7E. RGB value is (86,149,126). Sum of RGB (Red+Green+Blue) = 86+149+126=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #56957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56957E is #A96A81. Grayscale: #7F7F7F. Windows color (decimal): -11102850 or 8295766. OLE color: 8295766.

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

Color convert

RGB86149126-
CMYK0.4200.150.42
HSL158.1º26.81%46.08%-
HSV(B)158.1º42.28%58.43%-
XYZ18.3524.9823.59-
YUV127.54127.1398.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=23.82%
G=41.27%
B=34.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491260.4200.150.42158.126.8146.08
Hex56957E2A0F2A9e1b2e
Octal12622517652017522363356
Binary1010110100101011111110101010011111010101001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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