#564F4F

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

Shades of Matterhorn #564F4F

Tints of Matterhorn #564F4F

Color information

#564F4F (or 0x564F4F) is unknown color: approx Matterhorn. HEX triplet: 56, 4F and 4F. RGB value is (86,79,79). Sum of RGB (Red+Green+Blue) = 86+79+79=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F4F is #A9B0B0. Grayscale: #515151. Windows color (decimal): -11120817 or 5197654. OLE color: 5197654.

HSL color Cylindrical-coordinate representation of color #564F4F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #564F4F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB867979-
CMYK00.080.080.66
HSL4.24%32.35%-
HSV(B)8.14%33.73%-
XYZ8.058.138.54-
YUV81.09126.82131.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=35.25%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86797900.080.080.6604.2432.35
Hex564F4F088420420
Octal126117117010101020440
Binary10101101001111100111101000100010000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564F4F; }

 p { color: rgb(86,79,79); }

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

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

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

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

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

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

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