#53414B

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

Shades of Liver #53414B

Tints of Liver #53414B

Color information

#53414B (or 0x53414B) is unknown color: approx Liver. HEX triplet: 53, 41 and 4B. RGB value is (83,65,75). Sum of RGB (Red+Green+Blue) = 83+65+75=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #53414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53414B is #ACBEB4. Grayscale: #474747. Windows color (decimal): -11321013 or 4931923. OLE color: 4931923.

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

Color convert

RGB836575-
CMYK00.220.100.67
HSL326.67º12.16%29.02%-
HSV(B)326.67º21.69%32.55%-
XYZ6.736.137.48-
YUV71.52129.96136.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=37.22%
G=29.15%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83657500.220.100.67326.6712.1629.02
Hex53414B016A43147c1d
Octal123101113026121035071435
Binary10100111000001100101101011010101000011101000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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