#52454A

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

Shades of Liver #52454A

Tints of Liver #52454A

Color information

#52454A (or 0x52454A) is unknown color: approx Liver. HEX triplet: 52, 45 and 4A. RGB value is (82,69,74). Sum of RGB (Red+Green+Blue) = 82+69+74=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52454A is #ADBAB5. Grayscale: #494949. Windows color (decimal): -11385526 or 4867410. OLE color: 4867410.

HSL color Cylindrical-coordinate representation of color #52454A: hue angle of 336.92º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52454A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB826974-
CMYK00.160.100.68
HSL336.92º8.61%29.61%-
HSV(B)336.92º15.85%32.16%-
XYZ6.846.547.38-
YUV73.46128.31134.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=36.44%
G=30.67%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82697400.160.100.68336.928.6129.61
Hex52454A010A4415191e
Octal122105112020121045211136
Binary10100101000101100101001000010101000100101010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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