Html Css Color HEX #564B4D Mortar

📋 copy color: '#564B4D'

red 86 ◦ green 75 ◦ blue 77

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

Shades of Mortar #564B4D

Tints of Mortar #564B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.51%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 36.13%
G = 31.51%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#564B4D (or 0x564B4D) is known color: Mortar. HEX triplet: 56, 4B and 4D. RGB value is (86,75,77). Sum of RGB (Red+Green+Blue) = 86+75+77=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B4D is #A9B4B2. Grayscale: #4E4E4E. Windows color (decimal): -11121843 or 5065558. OLE color: 5065558.

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

Color convert

RGB 86 75 77 -
CMYK 0 0.13 0.10 0.66
HSL 349.09º 0.07% 0.32% -
HSV(B) 349.09º 0.13% 0.34% -
XYZ 7.69 7.55 8.07 -
YUV 78.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 86 75 77 0 0.13 0.10 0.66 349.09 0.07 0.32
Hex 56 4B 4D 0 D A 42 15D 7 20
Octal 126 113 115 0 15 12 102 535 7 40
Binary 1010110 1001011 1001101 0 1101 1010 1000010 101011101 111 100000

Color Harmonies of #564B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B4D

Black with #564B4D

Text Example


Text Example

White with #564B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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