#56855E

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

Shades of Como #56855E

Tints of Como #56855E

Color information

#56855E (or 0x56855E) is unknown color: approx Como. HEX triplet: 56, 85 and 5E. RGB value is (86,133,94). Sum of RGB (Red+Green+Blue) = 86+133+94=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #56855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56855E is #A97AA1. Grayscale: #727272. Windows color (decimal): -11106978 or 6194518. OLE color: 6194518.

HSL color Cylindrical-coordinate representation of color #56855E: hue angle of 130.21º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56855E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8613394-
CMYK0.3500.290.48
HSL130.21º21.46%42.94%-
HSV(B)130.21º35.34%52.16%-
XYZ14.2519.5613.61-
YUV114.5116.43107.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=27.48%
G=42.49%
B=30.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86133940.3500.290.48130.2121.4642.94
Hex56855E2301D3082152b
Octal12620513643035602022553
Binary10101101000010110111101000110111011100001000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56855E; }

 p { color: rgb(86,133,94); }

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

<style>
 a { background-color: #56855E; }

 a { background-color: rgb(86,133,94); }

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

<style>
 span { border-color: #56855E; }

 span { border-color: rgb(86,133,94); }

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