#534A4E

Color #534A4E Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #534A4E

Tints of Liver #534A4E

Color information

#534A4E (or 0x534A4E) is unknown color: approx Liver. HEX triplet: 53, 4A and 4E. RGB value is (83,74,78). Sum of RGB (Red+Green+Blue) = 83+74+78=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A4E is #ACB5B1. Grayscale: #4D4D4D. Windows color (decimal): -11318706 or 5130835. OLE color: 5130835.

HSL color Cylindrical-coordinate representation of color #534A4E: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534A4E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB837478-
CMYK00.110.060.67
HSL333.33º5.73%30.78%-
HSV(B)333.33º10.84%32.55%-
XYZ7.397.298.22-
YUV77.15128.48132.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=35.32%
G=31.49%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83747800.110.060.67333.335.7330.78
Hex534A4E0B64314d61f
Octal1231121160136103515637
Binary10100111001010100111001011110100001110100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A4E; }

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

 H1.HeaderClassName
 {
   color: #534A4E;
 }
 .AnyTagClassName
 {
   color: #534A4E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #534A4E;
 }
 .BgClassName
 {
   background-color: #534A4E;
 }
</style>
border-color css

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

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

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