#56865E

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

Shades of Como #56865E

Tints of Como #56865E

Color information

#56865E (or 0x56865E) is unknown color: approx Como. HEX triplet: 56, 86 and 5E. RGB value is (86,134,94). Sum of RGB (Red+Green+Blue) = 86+134+94=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #56865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865E is #A979A1. Grayscale: #737373. Windows color (decimal): -11106722 or 6194774. OLE color: 6194774.

HSL color Cylindrical-coordinate representation of color #56865E: hue angle of 130º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56865E is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8613494-
CMYK0.3600.300.47
HSL130º21.82%43.14%-
HSV(B)130º35.82%52.55%-
XYZ14.3819.8413.66-
YUV115.09116.1107.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=27.39%
G=42.68%
B=29.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134940.3600.300.4713021.8243.14
Hex56865E2401E2F82162b
Octal12620613644036572022653
Binary10101101000011010111101001000111101011111000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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