Html Css Color HEX #564750 Liver

📋 copy color: '#564750'

red 86 ◦ green 71 ◦ blue 80

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

Shades of Liver #564750

Tints of Liver #564750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 36.29%
G = 29.96%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#564750 (or 0x564750) is known color: Liver. HEX triplet: 56, 47 and 50. RGB value is (86,71,80). Sum of RGB (Red+Green+Blue) = 86+71+80=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564750 is #A9B8AF. Grayscale: #4C4C4C. Windows color (decimal): -11122864 or 5261142. OLE color: 5261142.

HSL color Cylindrical-coordinate representation of color #564750: hue angle of 324º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #564750 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 80 -
CMYK 0 0.17 0.07 0.66
HSL 324º 0.1% 0.31% -
HSV(B) 324º 0.17% 0.34% -
XYZ 7.54 7.06 8.56 -
YUV 76.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 86 71 80 0 0.17 0.07 0.66 324 0.1 0.31
Hex 56 47 50 0 11 7 42 144 A 1F
Octal 126 107 120 0 21 7 102 504 12 37
Binary 1010110 1000111 1010000 0 10001 111 1000010 101000100 1010 11111

Color Harmonies of #564750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564750

Black with #564750

Text Example


Text Example

White with #564750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564750; }

 p { color: rgb(86,71,80); }

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

background-color css

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

 a { background-color: rgb(86,71,80); }

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

border-color css

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

 span { border-color: rgb(86,71,80); }

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