#585054

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

Shades of Liver #585054

Tints of Liver #585054

Color information

#585054 (or 0x585054) is unknown color: approx Liver. HEX triplet: 58, 50 and 54. RGB value is (88,80,84). Sum of RGB (Red+Green+Blue) = 88+80+84=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585054 is #A7AFAB. Grayscale: #525252. Windows color (decimal): -10989484 or 5525592. OLE color: 5525592.

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

Color convert

RGB888084-
CMYK00.090.050.65
HSL330º4.76%32.94%-
HSV(B)330º9.09%34.51%-
XYZ8.498.459.57-
YUV82.85128.65131.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=34.92%
G=31.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808400.090.050.653304.7632.94
Hex5850540954114a521
Octal1301201240115101512541
Binary101100010100001010100010011011000001101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585054; }

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

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

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

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

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

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

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

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