#53424B

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

Shades of Liver #53424B

Tints of Liver #53424B

Color information

#53424B (or 0x53424B) is unknown color: approx Liver. HEX triplet: 53, 42 and 4B. RGB value is (83,66,75). Sum of RGB (Red+Green+Blue) = 83+66+75=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53424B is #ACBDB4. Grayscale: #484848. Windows color (decimal): -11320757 or 4932179. OLE color: 4932179.

HSL color Cylindrical-coordinate representation of color #53424B: hue angle of 328.24º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53424B is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB836675-
CMYK00.200.100.67
HSL328.24º11.41%29.22%-
HSV(B)328.24º20.48%32.55%-
XYZ6.796.247.5-
YUV72.11129.63135.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=37.05%
G=29.46%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83667500.200.100.67328.2411.4129.22
Hex53424B014A43148b1d
Octal123102113024121035101335
Binary10100111000010100101101010010101000011101001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53424B; }

 p { color: rgb(83,66,75); }

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

<style>
 a { background-color: #53424B; }

 a { background-color: rgb(83,66,75); }

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

<style>
 span { border-color: #53424B; }

 span { border-color: rgb(83,66,75); }

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