#56917E

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

Shades of Patina #56917E

Tints of Patina #56917E

Color information

#56917E (or 0x56917E) is unknown color: approx Patina. HEX triplet: 56, 91 and 7E. RGB value is (86,145,126). Sum of RGB (Red+Green+Blue) = 86+145+126=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #56917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917E is #A96E81. Grayscale: #7D7D7D. Windows color (decimal): -11103874 or 8294742. OLE color: 8294742.

HSL color Cylindrical-coordinate representation of color #56917E: hue angle of 160.68º 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 #56917E is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB86145126-
CMYK0.4100.130.43
HSL160.68º25.54%45.29%-
HSV(B)160.68º40.69%56.86%-
XYZ17.7323.7423.39-
YUV125.19128.45100.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=24.09%
G=40.62%
B=35.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451260.4100.130.43160.6825.5445.29
Hex56917E290D2Ba11a2d
Octal12622117651015532413255
Binary1010110100100011111110101001011011010111010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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