#585155

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

Shades of Liver #585155

Tints of Liver #585155

Color information

#585155 (or 0x585155) is unknown color: approx Liver. HEX triplet: 58, 51 and 55. RGB value is (88,81,85). Sum of RGB (Red+Green+Blue) = 88+81+85=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585155 is #A7AEAA. Grayscale: #535353. Windows color (decimal): -10989227 or 5591384. OLE color: 5591384.

HSL color Cylindrical-coordinate representation of color #585155: hue angle of 325.71º 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 #585155 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB888185-
CMYK00.080.030.65
HSL325.71º4.14%33.14%-
HSV(B)325.71º7.95%34.51%-
XYZ8.618.629.8-
YUV83.55128.82131.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=34.65%
G=31.89%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88818500.080.030.65325.714.1433.14
Hex58515508341146421
Octal1301211250103101506441
Binary10110001010001101010101000111000001101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585155; }

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

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

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

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

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

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

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

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