#56A38B

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

Shades of Patina #56A38B

Tints of Patina #56A38B

Color information

#56A38B (or 0x56A38B) is unknown color: approx Patina. HEX triplet: 56, A3 and 8B. RGB value is (86,163,139). Sum of RGB (Red+Green+Blue) = 86+163+139=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #56A38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A38B is #A95C74. Grayscale: #898989. Windows color (decimal): -11099253 or 9151318. OLE color: 9151318.

HSL color Cylindrical-coordinate representation of color #56A38B: hue angle of 161.3º 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 #56A38B is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB86163139-
CMYK0.4700.150.36
HSL161.3º30.92%48.82%-
HSV(B)161.3º47.24%63.92%-
XYZ21.630.0429.09-
YUV137.24128.9991.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.16%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=22.16%
G=42.01%
B=35.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861631390.4700.150.36161.330.9248.82
Hex56A38B2F0F24a11f31
Octal12624321357017442413761
Binary10101101010001110001011101111011111001001010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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