Html Css Color HEX #564E53 Liver

📋 copy color: '#564E53'

red 86 ◦ green 78 ◦ blue 83

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

Shades of Liver #564E53

Tints of Liver #564E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 34.82%
G = 31.58%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#564E53 (or 0x564E53) is known color: Liver. HEX triplet: 56, 4E and 53. RGB value is (86,78,83). Sum of RGB (Red+Green+Blue) = 86+78+83=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #564E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E53 is #A9B1AC. Grayscale: #505050. Windows color (decimal): -11121069 or 5459542. OLE color: 5459542.

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

Color convert

RGB 86 78 83 -
CMYK 0 0.09 0.03 0.66
HSL 322.5º 0.05% 0.32% -
HSV(B) 322.5º 0.09% 0.34% -
XYZ 8.12 8.05 9.31 -
YUV 80.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 86 78 83 0 0.09 0.03 0.66 322.5 0.05 0.32
Hex 56 4E 53 0 9 3 42 142 5 20
Octal 126 116 123 0 11 3 102 502 5 40
Binary 1010110 1001110 1010011 0 1001 11 1000010 101000010 101 100000

Color Harmonies of #564E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E53

Black with #564E53

Text Example


Text Example

White with #564E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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