#53464B

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

Shades of Liver #53464B

Tints of Liver #53464B

Color information

#53464B (or 0x53464B) is unknown color: approx Liver. HEX triplet: 53, 46 and 4B. RGB value is (83,70,75). Sum of RGB (Red+Green+Blue) = 83+70+75=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53464B is #ACB9B4. Grayscale: #4A4A4A. Windows color (decimal): -11319733 or 4933203. OLE color: 4933203.

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

Color convert

RGB837075-
CMYK00.160.100.67
HSL336.92º8.5%30%-
HSV(B)336.92º15.66%32.55%-
XYZ7.036.737.58-
YUV74.46128.31134.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=36.40%
G=30.70%
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.67
SystemRedGreenBlueCMYKHSL
Decimal83707500.160.100.67336.928.530
Hex53464B010A4315181e
Octal123106113020121035211036
Binary10100111000110100101101000010101000011101010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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