Html Css Color HEX #564E52 Liver

📋 copy color: '#564E52'

red 86 ◦ green 78 ◦ blue 82

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

Shades of Liver #564E52

Tints of Liver #564E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 34.96%
G = 31.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#564E52 (or 0x564E52) is known color: Liver. HEX triplet: 56, 4E and 52. RGB value is (86,78,82). Sum of RGB (Red+Green+Blue) = 86+78+82=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #564E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E52 is #A9B1AD. Grayscale: #505050. Windows color (decimal): -11121070 or 5394006. OLE color: 5394006.

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

Color convert

RGB 86 78 82 -
CMYK 0 0.09 0.05 0.66
HSL 330º 0.05% 0.32% -
HSV(B) 330º 0.09% 0.34% -
XYZ 8.09 8.04 9.11 -
YUV 80.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 86 78 82 0 0.09 0.05 0.66 330 0.05 0.32
Hex 56 4E 52 0 9 5 42 14A 5 20
Octal 126 116 122 0 11 5 102 512 5 40
Binary 1010110 1001110 1010010 0 1001 101 1000010 101001010 101 100000

Color Harmonies of #564E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E52

Black with #564E52

Text Example


Text Example

White with #564E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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