#58434B

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

Shades of Liver #58434B

Tints of Liver #58434B

Color information

#58434B (or 0x58434B) is unknown color: approx Liver. HEX triplet: 58, 43 and 4B. RGB value is (88,67,75). Sum of RGB (Red+Green+Blue) = 88+67+75=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58434B is #A7BCB4. Grayscale: #4A4A4A. Windows color (decimal): -10992821 or 4932440. OLE color: 4932440.

HSL color Cylindrical-coordinate representation of color #58434B: hue angle of 337.14º 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 #58434B is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB886775-
CMYK00.240.150.65
HSL337.14º13.55%30.39%-
HSV(B)337.14º23.86%34.51%-
XYZ7.36.67.55-
YUV74.19128.46137.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=38.26%
G=29.13%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88677500.240.150.65337.1413.5530.39
Hex58434B018F41151e1e
Octal130103113030171015211636
Binary10110001000011100101101100011111000001101010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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