Html Css Color HEX #564D4F Mortar

📋 copy color: '#564D4F'

red 86 ◦ green 77 ◦ blue 79

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

Shades of Mortar #564D4F

Tints of Mortar #564D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 35.54%
G = 31.82%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#564D4F (or 0x564D4F) is known color: Mortar. HEX triplet: 56, 4D and 4F. RGB value is (86,77,79). Sum of RGB (Red+Green+Blue) = 86+77+79=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #564D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D4F is #A9B2B0. Grayscale: #4F4F4F. Windows color (decimal): -11121329 or 5197142. OLE color: 5197142.

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

Color convert

RGB 86 77 79 -
CMYK 0 0.10 0.08 0.66
HSL 346.67º 0.06% 0.32% -
HSV(B) 346.67º 0.1% 0.34% -
XYZ 7.9 7.85 8.5 -
YUV 79.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 86 77 79 0 0.10 0.08 0.66 346.67 0.06 0.32
Hex 56 4D 4F 0 A 8 42 15B 6 20
Octal 126 115 117 0 12 10 102 533 6 40
Binary 1010110 1001101 1001111 0 1010 1000 1000010 101011011 110 100000

Color Harmonies of #564D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D4F

Black with #564D4F

Text Example


Text Example

White with #564D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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