#58454E

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

Shades of Liver #58454E

Tints of Liver #58454E

Color information

#58454E (or 0x58454E) is unknown color: approx Liver. HEX triplet: 58, 45 and 4E. RGB value is (88,69,78). Sum of RGB (Red+Green+Blue) = 88+69+78=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58454E is #A7BAB1. Grayscale: #4B4B4B. Windows color (decimal): -10992306 or 5129560. OLE color: 5129560.

HSL color Cylindrical-coordinate representation of color #58454E: hue angle of 331.58º 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 #58454E is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB886978-
CMYK00.220.110.65
HSL331.58º12.1%30.78%-
HSV(B)331.58º21.59%34.51%-
XYZ7.536.888.14-
YUV75.71129.29136.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=37.45%
G=29.36%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697800.220.110.65331.5812.130.78
Hex58454E016B4114cc1f
Octal130105116026131015141437
Binary10110001000101100111001011010111000001101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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