#56927E

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

Shades of Patina #56927E

Tints of Patina #56927E

Color information

#56927E (or 0x56927E) is unknown color: approx Patina. HEX triplet: 56, 92 and 7E. RGB value is (86,146,126). Sum of RGB (Red+Green+Blue) = 86+146+126=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #56927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56927E is #A96D81. Grayscale: #7D7D7D. Windows color (decimal): -11103618 or 8294998. OLE color: 8294998.

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

Color convert

RGB86146126-
CMYK0.4100.140.43
HSL160º25.86%45.49%-
HSV(B)160º41.1%57.25%-
XYZ17.8824.0423.44-
YUV125.78128.1299.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=24.02%
G=40.78%
B=35.20%

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
Decimal861461260.4100.140.4316025.8645.49
Hex56927E290E2Ba01a2d
Octal12622217651016532403255
Binary1010110100100101111110101001011101010111010000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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