#52434C

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

Shades of Liver #52434C

Tints of Liver #52434C

Color information

#52434C (or 0x52434C) is unknown color: approx Liver. HEX triplet: 52, 43 and 4C. RGB value is (82,67,76). Sum of RGB (Red+Green+Blue) = 82+67+76=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52434C is #ADBCB3. Grayscale: #484848. Windows color (decimal): -11386036 or 4997970. OLE color: 4997970.

HSL color Cylindrical-coordinate representation of color #52434C: hue angle of 324º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52434C is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB826776-
CMYK00.180.070.68
HSL324º10.07%29.22%-
HSV(B)324º18.29%32.16%-
XYZ6.796.337.7-
YUV72.51129.97134.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=36.44%
G=29.78%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82677600.180.070.6832410.0729.22
Hex52434C012744144a1d
Octal12210311402271045041235
Binary1010010100001110011000100101111000100101000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52434C; }

 p { color: rgb(82,67,76); }

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

<style>
 a { background-color: #52434C; }

 a { background-color: rgb(82,67,76); }

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

<style>
 span { border-color: #52434C; }

 span { border-color: rgb(82,67,76); }

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