#534E51

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

Shades of Liver #534E51

Tints of Liver #534E51

Color information

#534E51 (or 0x534E51) is unknown color: approx Liver. HEX triplet: 53, 4E and 51. RGB value is (83,78,81). Sum of RGB (Red+Green+Blue) = 83+78+81=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #534E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E51 is #ACB1AE. Grayscale: #4F4F4F. Windows color (decimal): -11317679 or 5328467. OLE color: 5328467.

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

Color convert

RGB837881-
CMYK00.060.020.67
HSL324º3.11%31.57%-
HSV(B)324º6.02%32.55%-
XYZ7.787.888.9-
YUV79.84128.66130.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=34.30%
G=32.23%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83788100.060.020.673243.1131.57
Hex534E5106243144320
Octal123116121062103504340
Binary101001110011101010001011010100001110100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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