#53454A

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

Shades of Liver #53454A

Tints of Liver #53454A

Color information

#53454A (or 0x53454A) is unknown color: approx Liver. HEX triplet: 53, 45 and 4A. RGB value is (83,69,74). Sum of RGB (Red+Green+Blue) = 83+69+74=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53454A is #ACBAB5. Grayscale: #494949. Windows color (decimal): -11319990 or 4867411. OLE color: 4867411.

HSL color Cylindrical-coordinate representation of color #53454A: hue angle of 338.57º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53454A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB836974-
CMYK00.170.110.67
HSL338.57º9.21%29.8%-
HSV(B)338.57º16.87%32.55%-
XYZ6.936.597.39-
YUV73.76128.14134.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=36.73%
G=30.53%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83697400.170.110.67338.579.2129.8
Hex53454A011B4315391e
Octal123105112021131035231136
Binary10100111000101100101001000110111000011101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53454A; }

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

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

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

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

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

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

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

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