#53404B

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

Shades of Liver #53404B

Tints of Liver #53404B

Color information

#53404B (or 0x53404B) is unknown color: approx Liver. HEX triplet: 53, 40 and 4B. RGB value is (83,64,75). Sum of RGB (Red+Green+Blue) = 83+64+75=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #53404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53404B is #ACBFB4. Grayscale: #464646. Windows color (decimal): -11321269 or 4931667. OLE color: 4931667.

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

Color convert

RGB836475-
CMYK00.230.100.67
HSL325.26º12.93%28.82%-
HSV(B)325.26º22.89%32.55%-
XYZ6.676.017.47-
YUV70.94130.29136.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=37.39%
G=28.83%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83647500.230.100.67325.2612.9328.82
Hex53404B017A43145d1d
Octal123100113027121035051535
Binary10100111000000100101101011110101000011101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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