#56A383

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

Shades of Patina #56A383

Tints of Patina #56A383

Color information

#56A383 (or 0x56A383) is unknown color: approx Patina. HEX triplet: 56, A3 and 83. RGB value is (86,163,131). Sum of RGB (Red+Green+Blue) = 86+163+131=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #56A383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A383 is #A95C7C. Grayscale: #888888. Windows color (decimal): -11099261 or 8627030. OLE color: 8627030.

HSL color Cylindrical-coordinate representation of color #56A383: hue angle of 155.06º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A383 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB86163131-
CMYK0.4700.200.36
HSL155.06º30.92%48.82%-
HSV(B)155.06º47.24%63.92%-
XYZ21.0329.8126.12-
YUV136.33124.9992.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=22.63%
G=42.89%
B=34.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861631310.4700.200.36155.0630.9248.82
Hex56A3832F014249b1f31
Octal12624320357024442333761
Binary101011010100011100000111011110101001001001001101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A383; }

 p { color: rgb(86,163,131); }

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

<style>
 a { background-color: #56A383; }

 a { background-color: rgb(86,163,131); }

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

<style>
 span { border-color: #56A383; }

 span { border-color: rgb(86,163,131); }

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