#56815F

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

Shades of Como #56815F

Tints of Como #56815F

Color information

#56815F (or 0x56815F) is unknown color: approx Como. HEX triplet: 56, 81 and 5F. RGB value is (86,129,95). Sum of RGB (Red+Green+Blue) = 86+129+95=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #56815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56815F is #A97EA0. Grayscale: #707070. Windows color (decimal): -11108001 or 6259030. OLE color: 6259030.

HSL color Cylindrical-coordinate representation of color #56815F: hue angle of 132.56º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56815F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8612995-
CMYK0.3300.260.49
HSL132.56º20%42.16%-
HSV(B)132.56º33.33%50.59%-
XYZ13.7518.5113.67-
YUV112.27118.25109.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=27.74%
G=41.61%
B=30.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86129950.3300.260.49132.562042.16
Hex56815F2101A3185142a
Octal12620113741032612052452
Binary10101101000000110111111000010110101100011000010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,129,95); }

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

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

 a { background-color: rgb(86,129,95); }

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

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

 span { border-color: rgb(86,129,95); }

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