#56987F

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

Shades of Patina #56987F

Tints of Patina #56987F

Color information

#56987F (or 0x56987F) is unknown color: approx Patina. HEX triplet: 56, 98 and 7F. RGB value is (86,152,127). Sum of RGB (Red+Green+Blue) = 86+152+127=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #56987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987F is #A96780. Grayscale: #818181. Windows color (decimal): -11102081 or 8362070. OLE color: 8362070.

HSL color Cylindrical-coordinate representation of color #56987F: hue angle of 157.27º 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 #56987F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB86152127-
CMYK0.4300.160.40
HSL157.27º27.73%46.67%-
HSV(B)157.27º43.42%59.61%-
XYZ18.925.9724.09-
YUV129.42126.6397.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 127 (50% from 255) = 34.79%
R=23.56%
G=41.64%
B=34.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521270.4300.160.40157.2727.7346.67
Hex56987F2B010289d1c2f
Octal12623017753020502353457
Binary10101101001100011111111010110100001010001001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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