#56997C

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

Shades of Patina #56997C

Tints of Patina #56997C

Color information

#56997C (or 0x56997C) is unknown color: approx Patina. HEX triplet: 56, 99 and 7C. RGB value is (86,153,124). Sum of RGB (Red+Green+Blue) = 86+153+124=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #56997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56997C is #A96683. Grayscale: #818181. Windows color (decimal): -11101828 or 8165718. OLE color: 8165718.

HSL color Cylindrical-coordinate representation of color #56997C: hue angle of 154.03º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56997C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB86153124-
CMYK0.4400.190.4
HSL154.03º28.03%46.86%-
HSV(B)154.03º43.79%60%-
XYZ18.8726.2223.13-
YUV129.66124.896.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=23.69%
G=42.15%
B=34.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531240.4400.190.4154.0328.0346.86
Hex56997C2C013289a1c2f
Octal12623117454023502323457
Binary10101101001100111111001011000100111010001001101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56997C; }

 p { color: rgb(86,153,124); }

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

<style>
 a { background-color: #56997C; }

 a { background-color: rgb(86,153,124); }

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

<style>
 span { border-color: #56997C; }

 span { border-color: rgb(86,153,124); }

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