#56B775

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

Shades of Emerald #56B775

Tints of Emerald #56B775

Color information

#56B775 (or 0x56B775) is unknown color: approx Emerald. HEX triplet: 56, B7 and 75. RGB value is (86,183,117). Sum of RGB (Red+Green+Blue) = 86+183+117=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #56B775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B775 is #A9488A. Grayscale: #929292. Windows color (decimal): -11094155 or 7714646. OLE color: 7714646.

HSL color Cylindrical-coordinate representation of color #56B775: hue angle of 139.18º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B775 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB86183117-
CMYK0.5300.360.28
HSL139.18º40.25%52.75%-
HSV(B)139.18º53.01%71.76%-
XYZ23.9837.1322.73-
YUV146.47111.3684.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=22.28%
G=47.41%
B=30.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861831170.5300.360.28139.1840.2552.75
Hex56B775350241C8b2835
Octal12626716565044342135065
Binary101011010110111111010111010101001001110010001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,183,117); }

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

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

 a { background-color: rgb(86,183,117); }

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

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

 span { border-color: rgb(86,183,117); }

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