#58434F

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

Shades of Liver #58434F

Tints of Liver #58434F

Color information

#58434F (or 0x58434F) is unknown color: approx Liver. HEX triplet: 58, 43 and 4F. RGB value is (88,67,79). Sum of RGB (Red+Green+Blue) = 88+67+79=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58434F is #A7BCB0. Grayscale: #4A4A4A. Windows color (decimal): -10992817 or 5194584. OLE color: 5194584.

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

Color convert

RGB886779-
CMYK00.240.100.65
HSL325.71º13.55%30.39%-
HSV(B)325.71º23.86%34.51%-
XYZ7.446.658.29-
YUV74.65130.46137.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=37.61%
G=28.63%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88677900.240.100.65325.7113.5530.39
Hex58434F018A41146e1e
Octal130103117030121015061636
Binary10110001000011100111101100010101000001101000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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