Html Css Color HEX #564E51 Liver

📋 copy color: '#564E51'

red 86 ◦ green 78 ◦ blue 81

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

Shades of Liver #564E51

Tints of Liver #564E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 35.1%
G = 31.84%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#564E51 (or 0x564E51) is known color: Liver. HEX triplet: 56, 4E and 51. RGB value is (86,78,81). Sum of RGB (Red+Green+Blue) = 86+78+81=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #564E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E51 is #A9B1AE. Grayscale: #505050. Windows color (decimal): -11121071 or 5328470. OLE color: 5328470.

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

Color convert

RGB 86 78 81 -
CMYK 0 0.09 0.06 0.66
HSL 337.5º 0.05% 0.32% -
HSV(B) 337.5º 0.09% 0.34% -
XYZ 8.05 8.02 8.91 -
YUV 80.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 86 78 81 0 0.09 0.06 0.66 337.5 0.05 0.32
Hex 56 4E 51 0 9 6 42 152 5 20
Octal 126 116 121 0 11 6 102 522 5 40
Binary 1010110 1001110 1010001 0 1001 110 1000010 101010010 101 100000

Color Harmonies of #564E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E51

Black with #564E51

Text Example


Text Example

White with #564E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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