#5A414F

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

Shades of Liver #5A414F

Tints of Liver #5A414F

Color information

#5A414F (or 0x5A414F) is unknown color: approx Liver. HEX triplet: 5A, 41 and 4F. RGB value is (90,65,79). Sum of RGB (Red+Green+Blue) = 90+65+79=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A414F is #A5BEB0. Grayscale: #4A4A4A. Windows color (decimal): -10862257 or 5194074. OLE color: 5194074.

HSL color Cylindrical-coordinate representation of color #5A414F: hue angle of 326.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A414F is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB906579-
CMYK00.280.120.65
HSL326.4º16.13%30.39%-
HSV(B)326.4º27.78%35.29%-
XYZ7.526.528.26-
YUV74.07130.78139.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=38.46%
G=27.78%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90657900.280.120.65326.416.1330.39
Hex5A414F01CC41146101e
Octal132101117034141015062036
Binary101101010000011001111011100110010000011010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,79); }

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

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

 a { background-color: rgb(90,65,79); }

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

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

 span { border-color: rgb(90,65,79); }

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