#5F4854

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

Shades of Liver #5F4854

Tints of Liver #5F4854

Color information

#5F4854 (or 0x5F4854) is unknown color: approx Liver. HEX triplet: 5F, 48 and 54. RGB value is (95,72,84). Sum of RGB (Red+Green+Blue) = 95+72+84=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4854 is #A0B7AB. Grayscale: #505050. Windows color (decimal): -10532780 or 5523551. OLE color: 5523551.

HSL color Cylindrical-coordinate representation of color #5F4854: hue angle of 328.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F4854 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB957284-
CMYK00.240.120.63
HSL328.7º13.77%32.75%-
HSV(B)328.7º24.21%37.25%-
XYZ8.647.719.42-
YUV80.24130.12138.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=37.85%
G=28.69%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95728400.240.120.63328.713.7732.75
Hex5F4854018C3F149e21
Octal13711012403014775111641
Binary10111111001000101010001100011001111111010010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4854; }

 p { color: rgb(95,72,84); }

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

<style>
 a { background-color: #5F4854; }

 a { background-color: rgb(95,72,84); }

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

<style>
 span { border-color: #5F4854; }

 span { border-color: rgb(95,72,84); }

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