#5A364B

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

Shades of Liver #5A364B

Tints of Liver #5A364B

Color information

#5A364B (or 0x5A364B) is unknown color: approx Liver. HEX triplet: 5A, 36 and 4B. RGB value is (90,54,75). Sum of RGB (Red+Green+Blue) = 90+54+75=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A364B is #A5C9B4. Grayscale: #434343. Windows color (decimal): -10865077 or 4929114. OLE color: 4929114.

HSL color Cylindrical-coordinate representation of color #5A364B: hue angle of 325º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A364B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB905475-
CMYK00.400.170.65
HSL325º25%28.24%-
HSV(B)325º40%35.29%-
XYZ6.815.327.32-
YUV67.16132.43144.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=41.10%
G=24.66%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90547500.400.170.653252528.24
Hex5A364B0281141145191c
Octal13266113050211015053134
Binary1011010110110100101101010001000110000011010001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,75); }

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

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

 a { background-color: rgb(90,54,75); }

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

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

 span { border-color: rgb(90,54,75); }

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