#567464

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

Shades of Como #567464

Tints of Como #567464

Color information

#567464 (or 0x567464) is unknown color: approx Como. HEX triplet: 56, 74 and 64. RGB value is (86,116,100). Sum of RGB (Red+Green+Blue) = 86+116+100=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #567464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567464 is #A98B9B. Grayscale: #696969. Windows color (decimal): -11111324 or 6583382. OLE color: 6583382.

HSL color Cylindrical-coordinate representation of color #567464: hue angle of 148º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567464 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB86116100-
CMYK0.2600.140.55
HSL148º14.85%39.61%-
HSV(B)148º25.86%45.49%-
XYZ12.3815.3914.37-
YUV105.21125.06114.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=28.48%
G=38.41%
B=33.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161000.2600.140.5514814.8539.61
Hex5674641A0E3794f28
Octal12616414432016672241750
Binary1010110111010011001001101001110110111100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567464; }

 p { color: rgb(86,116,100); }

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

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

 a { background-color: rgb(86,116,100); }

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

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

 span { border-color: rgb(86,116,100); }

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