#5A564B

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

Shades of Masala #5A564B

Tints of Masala #5A564B

Color information

#5A564B (or 0x5A564B) is unknown color: approx Masala. HEX triplet: 5A, 56 and 4B. RGB value is (90,86,75). Sum of RGB (Red+Green+Blue) = 90+86+75=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A564B is #A5A9B4. Grayscale: #555555. Windows color (decimal): -10856885 or 4937306. OLE color: 4937306.

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

Color convert

RGB908675-
CMYK00.040.170.65
HSL44º9.09%32.35%-
HSV(B)44º16.67%35.29%-
XYZ8.819.347.99-
YUV85.94121.83130.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=35.86%
G=34.26%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90867500.040.170.65449.0932.35
Hex5A564B0411412c920
Octal1321261130421101541140
Binary10110101010110100101101001000110000011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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