#5A554B

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

Shades of Masala #5A554B

Tints of Masala #5A554B

Color information

#5A554B (or 0x5A554B) is unknown color: approx Masala. HEX triplet: 5A, 55 and 4B. RGB value is (90,85,75). Sum of RGB (Red+Green+Blue) = 90+85+75=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A554B is #A5AAB4. Grayscale: #555555. Windows color (decimal): -10857141 or 4937050. OLE color: 4937050.

HSL color Cylindrical-coordinate representation of color #5A554B: hue angle of 40º 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 #5A554B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB908575-
CMYK00.060.170.65
HSL40º9.09%32.35%-
HSV(B)40º16.67%35.29%-
XYZ8.739.187.97-
YUV85.35122.16131.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 75 (29.69% from 255) = 30%
R=36%
G=34%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90857500.060.170.65409.0932.35
Hex5A554B06114128920
Octal1321251130621101501140
Binary10110101010101100101101101000110000011010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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