#5A554A

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

Shades of Masala #5A554A

Tints of Masala #5A554A

Color information

#5A554A (or 0x5A554A) is unknown color: approx Masala. HEX triplet: 5A, 55 and 4A. RGB value is (90,85,74). Sum of RGB (Red+Green+Blue) = 90+85+74=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A554A is #A5AAB5. Grayscale: #555555. Windows color (decimal): -10857142 or 4871514. OLE color: 4871514.

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

Color convert

RGB908574-
CMYK00.060.180.65
HSL41.25º9.76%32.16%-
HSV(B)41.25º17.78%35.29%-
XYZ8.79.177.79-
YUV85.24121.66131.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=36.14%
G=34.14%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90857400.060.180.6541.259.7632.16
Hex5A554A06124129a20
Octal1321251120622101511240
Binary10110101010101100101001101001010000011010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,74); }

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

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

 a { background-color: rgb(90,85,74); }

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

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

 span { border-color: rgb(90,85,74); }

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