#53444B

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

Shades of Liver #53444B

Tints of Liver #53444B

Color information

#53444B (or 0x53444B) is unknown color: approx Liver. HEX triplet: 53, 44 and 4B. RGB value is (83,68,75). Sum of RGB (Red+Green+Blue) = 83+68+75=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53444B is #ACBBB4. Grayscale: #494949. Windows color (decimal): -11320245 or 4932691. OLE color: 4932691.

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

Color convert

RGB836875-
CMYK00.180.100.67
HSL332º9.93%29.61%-
HSV(B)332º18.07%32.55%-
XYZ6.96.487.54-
YUV73.28128.97134.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=36.73%
G=30.09%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83687500.180.100.673329.9329.61
Hex53444B012A4314ca1e
Octal123104113022121035141236
Binary10100111000100100101101001010101000011101001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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