#534A50

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

Shades of Liver #534A50

Tints of Liver #534A50

Color information

#534A50 (or 0x534A50) is unknown color: approx Liver. HEX triplet: 53, 4A and 50. RGB value is (83,74,80). Sum of RGB (Red+Green+Blue) = 83+74+80=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A50 is #ACB5AF. Grayscale: #4D4D4D. Windows color (decimal): -11318704 or 5261907. OLE color: 5261907.

HSL color Cylindrical-coordinate representation of color #534A50: hue angle of 320º 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 #534A50 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB837480-
CMYK00.110.040.67
HSL320º5.73%30.78%-
HSV(B)320º10.84%32.55%-
XYZ7.467.328.61-
YUV77.38129.48132.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=35.02%
G=31.22%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83748000.110.040.673205.7330.78
Hex534A500B44314061f
Octal1231121200134103500637
Binary10100111001010101000001011100100001110100000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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