#56865F

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

Shades of Como #56865F

Tints of Como #56865F

Color information

#56865F (or 0x56865F) is unknown color: approx Como. HEX triplet: 56, 86 and 5F. RGB value is (86,134,95). Sum of RGB (Red+Green+Blue) = 86+134+95=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #56865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865F is #A979A0. Grayscale: #737373. Windows color (decimal): -11106721 or 6260310. OLE color: 6260310.

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

Color convert

RGB8613495-
CMYK0.3600.290.47
HSL131.25º21.82%43.14%-
HSV(B)131.25º35.82%52.55%-
XYZ14.4319.8513.9-
YUV115.2116.6107.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=27.30%
G=42.54%
B=30.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134950.3600.290.47131.2521.8243.14
Hex56865F2401D2F83162b
Octal12620613744035572032653
Binary10101101000011010111111001000111011011111000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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