#52474D

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

Shades of Liver #52474D

Tints of Liver #52474D

Color information

#52474D (or 0x52474D) is unknown color: approx Liver. HEX triplet: 52, 47 and 4D. RGB value is (82,71,77). Sum of RGB (Red+Green+Blue) = 82+71+77=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #52474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52474D is #ADB8B2. Grayscale: #4A4A4A. Windows color (decimal): -11385011 or 5064530. OLE color: 5064530.

HSL color Cylindrical-coordinate representation of color #52474D: hue angle of 327.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52474D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB827177-
CMYK00.130.060.68
HSL327.27º7.19%30%-
HSV(B)327.27º13.41%32.16%-
XYZ7.076.847.97-
YUV74.97129.14133.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=35.65%
G=30.87%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82717700.130.060.68327.277.1930
Hex52474D0D64414771e
Octal1221071150156104507736
Binary10100101000111100110101101110100010010100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52474D; }

 p { color: rgb(82,71,77); }

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

<style>
 a { background-color: #52474D; }

 a { background-color: rgb(82,71,77); }

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

<style>
 span { border-color: #52474D; }

 span { border-color: rgb(82,71,77); }

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