#564F50

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

Shades of Mortar #564F50

Tints of Mortar #564F50

Color information

#564F50 (or 0x564F50) is unknown color: approx Mortar. HEX triplet: 56, 4F and 50. RGB value is (86,79,80). Sum of RGB (Red+Green+Blue) = 86+79+80=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #564F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F50 is #A9B0AF. Grayscale: #515151. Windows color (decimal): -11120816 or 5263190. OLE color: 5263190.

HSL color Cylindrical-coordinate representation of color #564F50: hue angle of 351.43º 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 #564F50 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB867980-
CMYK00.080.070.66
HSL351.43º4.24%32.35%-
HSV(B)351.43º8.14%33.73%-
XYZ8.088.158.74-
YUV81.21127.32131.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=35.10%
G=32.24%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86798000.080.070.66351.434.2432.35
Hex564F500874215f420
Octal1261171200107102537440
Binary101011010011111010000010001111000010101011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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