#58484F

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

Shades of Liver #58484F

Tints of Liver #58484F

Color information

#58484F (or 0x58484F) is unknown color: approx Liver. HEX triplet: 58, 48 and 4F. RGB value is (88,72,79). Sum of RGB (Red+Green+Blue) = 88+72+79=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #58484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58484F is #A7B7B0. Grayscale: #4D4D4D. Windows color (decimal): -10991537 or 5195864. OLE color: 5195864.

HSL color Cylindrical-coordinate representation of color #58484F: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58484F is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB887279-
CMYK00.180.100.65
HSL333.75º10%31.37%-
HSV(B)333.75º18.18%34.51%-
XYZ7.757.278.39-
YUV77.58128.8135.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=36.82%
G=30.13%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727900.180.100.65333.751031.37
Hex58484F012A4114ea1f
Octal130110117022121015161237
Binary10110001001000100111101001010101000001101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58484F; }

 p { color: rgb(88,72,79); }

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

<style>
 a { background-color: #58484F; }

 a { background-color: rgb(88,72,79); }

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

<style>
 span { border-color: #58484F; }

 span { border-color: rgb(88,72,79); }

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