#58424F

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

Shades of Liver #58424F

Tints of Liver #58424F

Color information

#58424F (or 0x58424F) is unknown color: approx Liver. HEX triplet: 58, 42 and 4F. RGB value is (88,66,79). Sum of RGB (Red+Green+Blue) = 88+66+79=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58424F is #A7BDB0. Grayscale: #4A4A4A. Windows color (decimal): -10993073 or 5194328. OLE color: 5194328.

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

Color convert

RGB886679-
CMYK00.250.100.65
HSL324.55º14.29%30.2%-
HSV(B)324.55º25%34.51%-
XYZ7.386.548.27-
YUV74.06130.79137.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=37.77%
G=28.33%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88667900.250.100.65324.5514.2930.2
Hex58424F019A41145e1e
Octal130102117031121015051636
Binary10110001000010100111101100110101000001101000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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