#5F4A58

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

Shades of Liver #5F4A58

Tints of Liver #5F4A58

Color information

#5F4A58 (or 0x5F4A58) is unknown color: approx Liver. HEX triplet: 5F, 4A and 58. RGB value is (95,74,88). Sum of RGB (Red+Green+Blue) = 95+74+88=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4A58 is #A0B5A7. Grayscale: #515151. Windows color (decimal): -10532264 or 5786207. OLE color: 5786207.

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

Color convert

RGB957488-
CMYK00.220.070.63
HSL320º12.43%33.14%-
HSV(B)320º22.11%37.25%-
XYZ8.938.0410.31-
YUV81.87131.46137.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=36.96%
G=28.79%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95748800.220.070.6332012.4333.14
Hex5F4A5801673F140c21
Octal1371121300267775001441
Binary1011111100101010110000101101111111111010000001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,88); }

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

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

 a { background-color: rgb(95,74,88); }

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

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

 span { border-color: rgb(95,74,88); }

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