Html Css Color HEX #564F4E Matterhorn

📋 copy color: '#564F4E'

red 86 ◦ green 79 ◦ blue 78

#564F4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matterhorn #564F4E

Tints of Matterhorn #564F4E

RGB

 RED value IS 86 (33.98% from 255) = 35.39%

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 35.39%
G = 32.51%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#564F4E (or 0x564F4E) is known color: Matterhorn. HEX triplet: 56, 4F and 4E. RGB value is (86,79,78). Sum of RGB (Red+Green+Blue) = 86+79+78=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F4E is #A9B0B1. Grayscale: #505050. Windows color (decimal): -11120818 or 5132118. OLE color: 5132118.

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

Color convert

RGB 86 79 78 -
CMYK 0 0.08 0.09 0.66
HSL 7.5º 0.05% 0.32% -
HSV(B) 7.5º 0.09% 0.34% -
XYZ 8.01 8.12 8.35 -
YUV 80.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 86 79 78 0 0.08 0.09 0.66 7.5 0.05 0.32
Hex 56 4F 4E 0 8 9 42 8 5 20
Octal 126 117 116 0 10 11 102 10 5 40
Binary 1010110 1001111 1001110 0 1000 1001 1000010 1000 101 100000

Color Harmonies of #564F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F4E

Black with #564F4E

Text Example


Text Example

White with #564F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #564F4E;
 }
 .AnyTagClassName
 {
   color: #564F4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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