#58454F

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

Shades of Liver #58454F

Tints of Liver #58454F

Color information

#58454F (or 0x58454F) is unknown color: approx Liver. HEX triplet: 58, 45 and 4F. RGB value is (88,69,79). Sum of RGB (Red+Green+Blue) = 88+69+79=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58454F is #A7BAB0. Grayscale: #4B4B4B. Windows color (decimal): -10992305 or 5195096. OLE color: 5195096.

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

Color convert

RGB886979-
CMYK00.220.100.65
HSL328.42º12.1%30.78%-
HSV(B)328.42º21.59%34.51%-
XYZ7.566.98.33-
YUV75.82129.79136.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=37.29%
G=29.24%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697900.220.100.65328.4212.130.78
Hex58454F016A41148c1f
Octal130105117026121015101437
Binary10110001000101100111101011010101000001101001000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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