#585055

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

Shades of Liver #585055

Tints of Liver #585055

Color information

#585055 (or 0x585055) is unknown color: approx Liver. HEX triplet: 58, 50 and 55. RGB value is (88,80,85). Sum of RGB (Red+Green+Blue) = 88+80+85=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585055 is #A7AFAA. Grayscale: #525252. Windows color (decimal): -10989483 or 5591128. OLE color: 5591128.

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

Color convert

RGB888085-
CMYK00.090.030.65
HSL322.5º4.76%32.94%-
HSV(B)322.5º9.09%34.51%-
XYZ8.538.479.78-
YUV82.96129.15131.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=34.78%
G=31.62%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808500.090.030.65322.54.7632.94
Hex58505509341143521
Octal1301201250113101503541
Binary10110001010000101010101001111000001101000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585055; }

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

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

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

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

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

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

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

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