#534B4E

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

Shades of Liver #534B4E

Tints of Liver #534B4E

Color information

#534B4E (or 0x534B4E) is unknown color: approx Liver. HEX triplet: 53, 4B and 4E. RGB value is (83,75,78). Sum of RGB (Red+Green+Blue) = 83+75+78=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B4E is #ACB4B1. Grayscale: #4D4D4D. Windows color (decimal): -11318450 or 5131091. OLE color: 5131091.

HSL color Cylindrical-coordinate representation of color #534B4E: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534B4E is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB837578-
CMYK00.100.060.67
HSL337.5º5.06%30.98%-
HSV(B)337.5º9.64%32.55%-
XYZ7.467.428.25-
YUV77.73128.15131.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=35.17%
G=31.78%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83757800.100.060.67337.55.0630.98
Hex534B4E0A64315251f
Octal1231131160126103522537
Binary10100111001011100111001010110100001110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B4E; }

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

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

<style>
 a { background-color: #534B4E; }

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

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

<style>
 span { border-color: #534B4E; }

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

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