#585156

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

Shades of Liver #585156

Tints of Liver #585156

Color information

#585156 (or 0x585156) is unknown color: approx Liver. HEX triplet: 58, 51 and 56. RGB value is (88,81,86). Sum of RGB (Red+Green+Blue) = 88+81+86=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585156 is #A7AEA9. Grayscale: #535353. Windows color (decimal): -10989226 or 5656920. OLE color: 5656920.

HSL color Cylindrical-coordinate representation of color #585156: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585156 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB888186-
CMYK00.080.020.65
HSL317.14º4.14%33.14%-
HSV(B)317.14º7.95%34.51%-
XYZ8.658.6310.01-
YUV83.66129.32131.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=34.51%
G=31.76%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88818600.080.020.65317.144.1433.14
Hex5851560824113d421
Octal1301211260102101475441
Binary10110001010001101011001000101000001100111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585156; }

 p { color: rgb(88,81,86); }

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

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

 a { background-color: rgb(88,81,86); }

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

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

 span { border-color: rgb(88,81,86); }

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