#5A5358

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

Shades of Liver #5A5358

Tints of Liver #5A5358

Color information

#5A5358 (or 0x5A5358) is unknown color: approx Liver. HEX triplet: 5A, 53 and 58. RGB value is (90,83,88). Sum of RGB (Red+Green+Blue) = 90+83+88=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5358 is #A5ACA7. Grayscale: #555555. Windows color (decimal): -10857640 or 5788506. OLE color: 5788506.

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

Color convert

RGB908388-
CMYK00.080.020.65
HSL317.14º4.05%33.92%-
HSV(B)317.14º7.78%35.29%-
XYZ9.079.0610.5-
YUV85.66129.32131.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=34.48%
G=31.80%
B=33.72%

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
Decimal90838800.080.020.65317.144.0533.92
Hex5A53580824113d422
Octal1321231300102101475442
Binary10110101010011101100001000101000001100111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5358; }

 p { color: rgb(90,83,88); }

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

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

 a { background-color: rgb(90,83,88); }

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

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

 span { border-color: rgb(90,83,88); }

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