#56725F

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

Shades of Como #56725F

Tints of Como #56725F

Color information

#56725F (or 0x56725F) is unknown color: approx Como. HEX triplet: 56, 72 and 5F. RGB value is (86,114,95). Sum of RGB (Red+Green+Blue) = 86+114+95=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #56725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56725F is #A98DA0. Grayscale: #676767. Windows color (decimal): -11111841 or 6255190. OLE color: 6255190.

HSL color Cylindrical-coordinate representation of color #56725F: hue angle of 139.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56725F is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB8611495-
CMYK0.2500.170.55
HSL139.29º14%39.22%-
HSV(B)139.29º24.56%44.71%-
XYZ11.9214.8413.06-
YUV103.46123.22115.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=29.15%
G=38.64%
B=32.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114950.2500.170.55139.291439.22
Hex56725F19011378be27
Octal12616213731021672131647
Binary10101101110010101111111001010001110111100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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