#56917D

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

Shades of Patina #56917D

Tints of Patina #56917D

Color information

#56917D (or 0x56917D) is unknown color: approx Patina. HEX triplet: 56, 91 and 7D. RGB value is (86,145,125). Sum of RGB (Red+Green+Blue) = 86+145+125=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #56917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917D is #A96E82. Grayscale: #7D7D7D. Windows color (decimal): -11103875 or 8229206. OLE color: 8229206.

HSL color Cylindrical-coordinate representation of color #56917D: hue angle of 159.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56917D is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB86145125-
CMYK0.4100.140.43
HSL159.66º25.54%45.29%-
HSV(B)159.66º40.69%56.86%-
XYZ17.6623.7123.05-
YUV125.08127.95100.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=24.16%
G=40.73%
B=35.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451250.4100.140.43159.6625.5445.29
Hex56917D290E2Ba01a2d
Octal12622117551016532403255
Binary1010110100100011111101101001011101010111010000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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