#564B4B

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

Shades of Matterhorn #564B4B

Tints of Matterhorn #564B4B

Color information

#564B4B (or 0x564B4B) is unknown color: approx Matterhorn. HEX triplet: 56, 4B and 4B. RGB value is (86,75,75). Sum of RGB (Red+Green+Blue) = 86+75+75=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B4B is #A9B4B4. Grayscale: #4E4E4E. Windows color (decimal): -11121845 or 4934486. OLE color: 4934486.

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

Color convert

RGB867575-
CMYK00.130.130.66
HSL6.83%31.57%-
HSV(B)12.79%33.73%-
XYZ7.627.527.71-
YUV78.29126.14133.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=36.44%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86757500.130.130.6606.8331.57
Hex564B4B0DD420720
Octal126113113015151020740
Binary10101101001011100101101101110110000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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