#56987E

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

Shades of Patina #56987E

Tints of Patina #56987E

Color information

#56987E (or 0x56987E) is unknown color: approx Patina. HEX triplet: 56, 98 and 7E. RGB value is (86,152,126). Sum of RGB (Red+Green+Blue) = 86+152+126=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #56987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987E is #A96781. Grayscale: #818181. Windows color (decimal): -11102082 or 8296534. OLE color: 8296534.

HSL color Cylindrical-coordinate representation of color #56987E: hue angle of 156.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56987E is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB86152126-
CMYK0.4300.170.40
HSL156.36º27.73%46.67%-
HSV(B)156.36º43.42%59.61%-
XYZ18.8325.9423.75-
YUV129.3126.1397.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=23.63%
G=41.76%
B=34.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521260.4300.170.40156.3627.7346.67
Hex56987E2B011289c1c2f
Octal12623017653021502343457
Binary10101101001100011111101010110100011010001001110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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