Html Css Color HEX #564E4F Mortar

📋 copy color: '#564E4F'

red 86 ◦ green 78 ◦ blue 79

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

Shades of Mortar #564E4F

Tints of Mortar #564E4F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 86 78 79 -
CMYK 0 0.09 0.08 0.66
HSL 352.5º 0.05% 0.32% -
HSV(B) 352.5º 0.09% 0.34% -
XYZ 7.97 7.99 8.52 -
YUV 80.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 86 78 79 0 0.09 0.08 0.66 352.5 0.05 0.32
Hex 56 4E 4F 0 9 8 42 160 5 20
Octal 126 116 117 0 11 10 102 540 5 40
Binary 1010110 1001110 1001111 0 1001 1000 1000010 101100000 101 100000

Color Harmonies of #564E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E4F

Black with #564E4F

Text Example


Text Example

White with #564E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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