#56937D

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

Shades of Patina #56937D

Tints of Patina #56937D

Color information

#56937D (or 0x56937D) is unknown color: approx Patina. HEX triplet: 56, 93 and 7D. RGB value is (86,147,125). Sum of RGB (Red+Green+Blue) = 86+147+125=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #56937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56937D is #A96C82. Grayscale: #7E7E7E. Windows color (decimal): -11103363 or 8229718. OLE color: 8229718.

HSL color Cylindrical-coordinate representation of color #56937D: hue angle of 158.36º 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 #56937D is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB86147125-
CMYK0.4100.150.42
HSL158.36º26.18%45.69%-
HSV(B)158.36º41.5%57.65%-
XYZ17.9724.3323.15-
YUV126.25127.2999.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=24.02%
G=41.06%
B=34.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471250.4100.150.42158.3626.1845.69
Hex56937D290F2A9e1a2e
Octal12622317551017522363256
Binary1010110100100111111101101001011111010101001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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